diff options
| -rw-r--r-- | lib/http.c | 3 | 
1 files changed, 0 insertions, 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;  | 
