Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information