aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1502
AgeCommit message (Collapse)Author
2012-12-23test 1502: OOM handling fixesYang Tse
2012-11-18fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg
DNS cache entries populated with CURLOPT_RESOLVE were not properly freed again when done using the multi interface. Test case 1502 added to verify. Bug: http://curl.haxx.se/bug/view.cgi?id=3575448 Reported by: Alex Gruz