diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-12-23 23:32:43 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-12-23 23:32:43 +0100 |
commit | 9aa259a139100c8d5b46b0ca9cc84bdf71e0e96b (patch) | |
tree | 440089243f3e6d036562681d7f8559ca8739aeec | |
parent | 00c817068ed9e73974b3fedf6b9d7cb085db69f4 (diff) |
http: remove "Curl_http_done: called premature" message
... it only confuses people.
-rw-r--r-- | lib/http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/http.c b/lib/http.c index 4c1c07fe7..dfa26a80e 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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 |