gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 03/173: http: remove "Curl_http_done: called premat


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 03/173: http: remove "Curl_http_done: called premature" message
Date: Fri, 24 Feb 2017 14:00:25 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 9aa259a139100c8d5b46b0ca9cc84bdf71e0e96b
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Dec 23 23:32:43 2016 +0100

    http: remove "Curl_http_done: called premature" message
    
    ... it only confuses people.
---
 lib/http.c | 2 --
 1 file changed, 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]