mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
http: remove "Curl_http_done: called premature" message
... it only confuses people.
This commit is contained in:
parent
00c817068e
commit
9aa259a139
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user