]> granicus.if.org Git - curl/commit
When following to a new URL, we must make sure to call Curl_done() first,
authorDaniel Stenberg <daniel@haxx.se>
Thu, 4 Mar 2004 16:13:33 +0000 (16:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Mar 2004 16:13:33 +0000 (16:13 +0000)
commit465753c2dea28567b54d28eeee05141b3a016829
tree683039d034ad1ee4484997842ded82a2d5a0dd81
parente40392ac035d2d545027659d5fca8255e586f8cb
When following to a new URL, we must make sure to call Curl_done() first,
since the current connection must be taken care of properly before we move
on. Christopher R. Palmer reported a problem he found due to this mistake.
lib/multi.c