Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 16 of 16) sorted by relevance

/curl/tests/http/
H A DMakefile.am25 SUBDIRS = clients
74 check: clients
76 clients: target
77 @(cd clients; $(MAKE) check)
80 cd clients && $(MAKE) checksrc
/curl/tests/data/
H A Dtest150919 Server: the beast that eats naughty clients
33 Server: the beast that eats naughty clients
/curl/tests/http/clients/
H A DCMakeLists.txt25 add_custom_target(test-http-clients)
35 add_dependencies(test-http-clients ${_target_name})
/curl/docs/cmdline-opts/
H A Dmptcp.md22 MPTCP is beneficial in networks where multiple paths exist between clients and
/curl/docs/libcurl/opts/
H A DCURLOPT_PATH_AS_IS.md39 sequences to remain in the path and some clients want to pass these on in
H A DCURLOPT_TRANSFER_ENCODING.md41 by both HTTP clients and HTTP servers.
/curl/tests/
H A DCMakeLists.txt36 add_subdirectory(http/clients)
74 set(_depends "test-http-clients")
/curl/tests/server/
H A Dsocksd.c693 int clients = 0; /* connected clients */ in incoming() local
773 if((clients < 2) && FD_ISSET(sockfd, &fds_read)) { in incoming()
801 clients++; in incoming()
815 clients--; in incoming()
819 } while(clients); in incoming()
H A Dmqttd.c727 int clients = 0; /* connected clients */ in incoming() local
795 } while(clients); in incoming()
/curl/
H A DRELEASE-NOTES60 o tests/http/clients: use proper sleep() call on NonStop [10]
H A Dconfigure.ac5352 tests/http/clients/Makefile \
/curl/.github/
H A Dlabeler.yml507 tests/http/clients/ws*,\
/curl/.github/workflows/
H A Dwindows.yml313 mv bld/tests/http/clients/.libs/*.exe bld/tests/http/clients
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md820 access to employees through their proxies. Network clients or user-agents ask
1167 Cookies are sent from server to clients with the header Set-Cookie: and
1168 they are sent from clients to servers with the Cookie: header.
H A Dlibcurl-security.md355 many clients trying to connect to that third party, it could create a
/curl/docs/
H A DTODO611 clients it can detect to not match. One of the last details we cannot yet

Completed in 42 milliseconds