http-fetch: do not use curl_message after releasing it
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 6 Nov 2005 23:59:39 +0000 (00:59 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 7 Nov 2005 02:31:47 +0000 (18:31 -0800)
When curl_message is released using curl_multi_remove_handle(), it's
contents are undefined. Therefore, get the information before releasing it.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found