mirror of
https://github.com/curl/curl.git
synced 2026-05-16 14:46:21 +03:00
http: remove "Curl_http_done: called premature" message
... it only confuses people.
This commit is contained in:
parent
00c817068e
commit
9aa259a139
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue