mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2711
This commit is contained in:
parent
39288ed132
commit
faebf665dd
|
@ -433,6 +433,9 @@ bool HTTP_OP_SET::poll() {
|
||||||
htp->http_op_state = HTTP_STATE_REPLY_HEADER;
|
htp->http_op_state = HTTP_STATE_REPLY_HEADER;
|
||||||
htp->want_upload = false;
|
htp->want_upload = false;
|
||||||
htp->want_download = true;
|
htp->want_download = true;
|
||||||
|
// We don't need to write to the socket anymore. This
|
||||||
|
// closes the read fd on the receiving side.
|
||||||
|
shutdown(htp->socket, SHUT_WR);
|
||||||
break;
|
break;
|
||||||
case HTTP_OP_POST2:
|
case HTTP_OP_POST2:
|
||||||
htp->http_op_state = HTTP_STATE_REQUEST_BODY1;
|
htp->http_op_state = HTTP_STATE_REQUEST_BODY1;
|
||||||
|
|
Loading…
Reference in New Issue