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)
commit90279074ca5cc336a8bfffd47d19d089b291b432
treee76c7c8b9b08165ae63c0d8796c4b0a1313d76c1
parent67ffdf4c0af47679b8a4ac2b70e722e2f65fc4f9
http-fetch: do not use curl_message after releasing it

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>
http-fetch.c