mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
http: merge two "case" statements
This commit is contained in:
parent
1c02a4e874
commit
2a2404153b
@ -450,9 +450,6 @@ static CURLcode http_perhapsrewind(struct connectdata *conn)
|
|||||||
/* figure out how much data we are expected to send */
|
/* figure out how much data we are expected to send */
|
||||||
switch(data->set.httpreq) {
|
switch(data->set.httpreq) {
|
||||||
case HTTPREQ_POST:
|
case HTTPREQ_POST:
|
||||||
if(data->state.infilesize != -1)
|
|
||||||
expectsend = data->state.infilesize;
|
|
||||||
break;
|
|
||||||
case HTTPREQ_PUT:
|
case HTTPREQ_PUT:
|
||||||
if(data->state.infilesize != -1)
|
if(data->state.infilesize != -1)
|
||||||
expectsend = data->state.infilesize;
|
expectsend = data->state.infilesize;
|
||||||
|
Loading…
Reference in New Issue
Block a user