]> granicus.if.org Git - curl/commit
transfer: avoid unnecessary timeout event when waiting for 100-continue
authorKamil Dudka <kdudka@redhat.com>
Sun, 25 Dec 2011 21:37:24 +0000 (22:37 +0100)
committerKamil Dudka <kdudka@redhat.com>
Sun, 25 Dec 2011 21:37:24 +0000 (22:37 +0100)
commit9f7f6a62ff3bf2fcf87c9ff64c6c090c1940fd70
treeae9c2e458dbcebea159aa4276f1ac7186c47044b
parent98292bcdd043612760967f850aa41f55c2652973
transfer: avoid unnecessary timeout event when waiting for 100-continue

The commit 9dd85bc unintentionally changed the way we compute the time
spent waiting for 100-continue.  In particular, when using a SSL client
certificate, the time spent by SSL handshake was included and could
cause the CURL_TIMEOUT_EXPECT_100 timeout to be mistakenly fired up.

Bug: https://bugzilla.redhat.com/767490
Reported by: Mamoru Tasaka
RELEASE-NOTES
lib/transfer.c