- Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A then
authorDaniel Stenberg <daniel@haxx.se>
Tue, 7 Oct 2008 21:56:56 +0000 (21:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Oct 2008 21:56:56 +0000 (21:56 +0000)
commit61cfbecc7458edd4cc2d538d0a361648131a2c93
treecc802447e615446506bcb252bfe74cd7fb6d2891
parentfeeabd08ab66207771825bf0616fb08acb460c37
- 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.
CHANGES
RELEASE-NOTES
lib/url.c