1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

http: remove "Curl_http_done: called premature" message

... it only confuses people.
This commit is contained in:
Daniel Stenberg 2016-12-23 23:32:43 +01:00
parent 00c817068e
commit 9aa259a139

View File

@ -1425,8 +1425,6 @@ CURLcode Curl_http_done(struct connectdata *conn,
struct Curl_easy *data = conn->data;
struct HTTP *http = data->req.protop;
infof(data, "Curl_http_done: called premature == %d\n", premature);
Curl_unencode_cleanup(conn);
#ifdef USE_SPNEGO