]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
http: remove "Curl_http_done: called premature" message
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Dec 2016 22:32:43 +0000 (23:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Dec 2016 22:32:43 +0000 (23:32 +0100)
... it only confuses people.

lib/http.c

index 4c1c07fe746324089b9d45032ed64b3d36e94a2a..dfa26a80e18aefe072ec07e3e7bcfd7314384eb7 100644 (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