diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-07-03 08:47:53 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-03 08:47:53 +0000 |
| commit | 82412f218fe6809288c718c5b43b9675eb2856f5 (patch) | |
| tree | fbd25f4a9a4be0c1879c9cc29643caebc9cc574f /CHANGES | |
| parent | 7c648782bc7c97be81c619acd8598c38b59c5832 (diff) | |
Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx
response codes. Previously libcurl would hang on such occurances. I added
test case 1033 to verify.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog Daniel Stenberg (3 Jul 2008) +- Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx + response codes. Previously libcurl would hang on such occurances. I added + test case 1033 to verify. + - Introcuding a new timestamp for curl_easy_getinfo(): CURLINFO_APPCONNECT_TIME. This is set with the "application layer" handshake/connection is completed. Which typically is SSL, TLS or SSH and by |
