mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
modified to hush compiler warnings
This commit is contained in:
parent
b6e9229cf0
commit
687cf0235e
@ -520,10 +520,10 @@ static int send_doc(int sock, struct httprequest *req)
|
||||
written = swrite(sock, STREAMTHIS, count);
|
||||
if(written != (int)count) {
|
||||
logmsg("Stopped streaming");
|
||||
return -1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
return -1;
|
||||
case RCMD_IDLE:
|
||||
/* Do nothing. Sit idle. Pretend it rains. */
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user