From f189df1ea88b06c1fc4e7e31e988767b7dcf100f Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 12 Aug 2011 12:01:31 +0000 Subject: [PATCH] *Web: httpcli removed if(keepalive) shutdown thing git-svn-id: svn://ultimatepp.org/upp/trunk@3759 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Web/httpcli.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();