diff --git a/uppsrc/Web/httpcli.cpp b/uppsrc/Web/httpcli.cpp index 0f3ad5e3a..45457643f 100644 --- a/uppsrc/Web/httpcli.cpp +++ b/uppsrc/Web/httpcli.cpp @@ -400,8 +400,8 @@ String HttpClient::Execute(Gate2 progress) server_headers.Cat("\r\n"); } - if(!keepalive) - socket.StopWrite(); +// if(!keepalive) // mirek 110812 +// socket.StopWrite(); if(method == METHOD_HEAD) { Close();