diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-10-07 21:56:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-10-07 21:56:56 +0000 |
commit | 61cfbecc7458edd4cc2d538d0a361648131a2c93 (patch) | |
tree | cc802447e615446506bcb252bfe74cd7fb6d2891 /RELEASE-NOTES | |
parent | feeabd08ab66207771825bf0616fb08acb460c37 (diff) |
- Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A then
the app re-used the handle to do a connection to host B and then again
re-used the handle to host A, it would not update the info with host A's IP
address (due to the connection being re-used) but it would instead report
the info from host B.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 35a68c650..6ee074673 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -32,6 +32,7 @@ This release includes the following bugfixes: o CURLINFO_REDIRECT_URL didn't work with the multi interface o CURLOPT_RANGE now works for SFTP downloads o FTP SIZE response 550 now causes CURLE_REMOTE_FILE_NOT_FOUND + o CURLINFO_PRIMARY_IP fixed for persistent connection re-use cases This release includes the following known bugs: |