Home
last modified time | relevance | path

Searched refs:expect100 (Results 1 – 14 of 14) sorted by relevance

/third_party/curl/docs/cmdline-opts/
Dexpect100-timeout.d3 Long: expect100-timeout
10 Example: --expect100-timeout 2.5 -T file $URL
DMakefile.inc76 expect100-timeout.d \
DMakefile.in470 expect100-timeout.d \
/third_party/curl/tests/data/
Dtest113135 # long --expect100-timeout means that it will never get a chance to read this.
55 …STNUMBER -T %LOGDIR/file%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 --expect100-timeout 99
Dtest113035 # long --expect100-timeout means that it will never get a chance to read this.
55 …ESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -H "Expect: 100-continue" --expect100-timeout 99
Dtest35754 http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --expect100-timeout 99
Dtest112954 -d @%LOGDIR/file%TESTNUMBER --expect100-timeout 99 http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOS…
Dtest147489 …PPORT/we/want/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --limit-rate 64K --expect100-timeout 0.001
/third_party/curl/docs/
Doptions-in-versions62 --expect100-timeout 7.47.0
/third_party/curl/lib/
Durldata.h592 enum expect100 { enum
668 enum expect100 exp100; /* expect 100 continue state */
Dhttp.c1676 static CURLcode expect100(struct Curl_easy *data, in expect100() function
2544 result = expect100(data, conn, r); in Curl_http_bodysend()
2630 result = expect100(data, conn, r); in Curl_http_bodysend()
2705 result = expect100(data, conn, r); in Curl_http_bodysend()
/third_party/nghttp2/src/
DHttpServer.cc1537 auto expect100 = stream->header.expect; in hd_on_frame_recv_callback() local
1539 if (util::strieq_l("100-continue", expect100)) { in hd_on_frame_recv_callback()
/third_party/curl/
DRELEASE-NOTES137 o tests: set --expect100-timeout to improve test reliability
DCHANGES433 - tests: set --expect100-timeout to improve test reliability
2365 - tests: add some --expect100-timeout to reduce timing dependencies