]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue time
authorJay Satiro <raysatiro@yahoo.com>
Tue, 15 Oct 2019 19:12:31 +0000 (15:12 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 16 Oct 2019 18:20:16 +0000 (14:20 -0400)
commitce07f0b8a1ca91301f7fc79b5b0af95ed41bfd11
treeeceb6a3e050db21bdd05ea1284eef2f51d83b567
parentfe5c2464db11a2a4ec035def144635b5f1295885
CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue time

Prior to this change some users did not understand that the "request"
starts when the handle is added to the multi handle, or probably they
did not understand that some of those transfers may be queued and that
time is included in timeout.

Reported-by: Jeroen Ooms
Fixes https://github.com/curl/curl/issues/4486
Closes https://github.com/curl/curl/pull/4489
docs/libcurl/opts/CURLOPT_TIMEOUT.3