Searched refs:expect100 (Results 1 – 14 of 14) sorted by relevance
3 Long: expect100-timeout10 Example: --expect100-timeout 2.5 -T file $URL
76 expect100-timeout.d \
470 expect100-timeout.d \
35 # 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
35 # 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
54 http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --expect100-timeout 99
54 -d @%LOGDIR/file%TESTNUMBER --expect100-timeout 99 http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOS…
89 …PPORT/we/want/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --limit-rate 64K --expect100-timeout 0.001
62 --expect100-timeout 7.47.0
592 enum expect100 { enum668 enum expect100 exp100; /* expect 100 continue state */
1676 static CURLcode expect100(struct Curl_easy *data, in expect100() function2544 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()
1537 auto expect100 = stream->header.expect; in hd_on_frame_recv_callback() local1539 if (util::strieq_l("100-continue", expect100)) { in hd_on_frame_recv_callback()
137 o tests: set --expect100-timeout to improve test reliability
433 - tests: set --expect100-timeout to improve test reliability2365 - tests: add some --expect100-timeout to reduce timing dependencies