gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 30/222: http: merge two "case" statements


From: gnunet
Subject: [gnurl] 30/222: http: merge two "case" statements
Date: Thu, 07 Nov 2019 00:08:46 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 2a2404153bb427a8c4b046a96389fc9862944aa3
Author: Michael Kaufmann <address@hidden>
AuthorDate: Wed Sep 18 13:42:53 2019 +0200

    http: merge two "case" statements
---
 lib/http.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/http.c b/lib/http.c
index 28d1fa607..eca142af4 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -450,9 +450,6 @@ static CURLcode http_perhapsrewind(struct connectdata *conn)
     /* figure out how much data we are expected to send */
     switch(data->set.httpreq) {
     case HTTPREQ_POST:
-      if(data->state.infilesize != -1)
-        expectsend = data->state.infilesize;
-      break;
     case HTTPREQ_PUT:
       if(data->state.infilesize != -1)
         expectsend = data->state.infilesize;

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



reply via email to

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