Hi, http_receive_result_real will free final_url if connection to server gets an error. There is no reason to do this, it is freed anyway in the calling program. final_url is part of the request, not the response that is invalid in this case and should be available to the calling program in case it needs to log it or whatever. Since this is a threaded/queued environment, it is not easy for the calling program to know that.
This patch will preserve it. BR, Nikos
http.diff
Description: Binary data
