mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05: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);
|
written = swrite(sock, STREAMTHIS, count);
|
||||||
if(written != (int)count) {
|
if(written != (int)count) {
|
||||||
logmsg("Stopped streaming");
|
logmsg("Stopped streaming");
|
||||||
return -1;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
return -1;
|
||||||
case RCMD_IDLE:
|
case RCMD_IDLE:
|
||||||
/* Do nothing. Sit idle. Pretend it rains. */
|
/* Do nothing. Sit idle. Pretend it rains. */
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user