Created test cases 1080 and 1081 to reproduce a problem of

CURLINFO_REDIRECT_URL leaking memory and returning incorrect results when
two URLs are requested. Reported by vmpdemo in bug #2152270
This commit is contained in:
Dan Fandrich 2008-10-08 03:32:10 +00:00
parent 1b246eecfe
commit 11a8a25528
5 changed files with 154 additions and 1 deletions

View file

@ -13,6 +13,10 @@ Daniel Fandrich (7 Oct 2008)
test a similar connection dropping scenario, but as a race condition, it's
hard to test reliably.
- Created test cases 1080 and 1081 to reproduce a problem of
CURLINFO_REDIRECT_URL leaking memory and returning incorrect results when
two URLs are requested. Reported by vmpdemo in bug #2152270
Daniel Stenberg (7 Oct 2008)
- 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