*Web: httpcli removed if(keepalive) shutdown thing

git-svn-id: svn://ultimatepp.org/upp/trunk@3759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-08-12 12:01:31 +00:00
parent 7fcc534796
commit f189df1ea8

View file

@ -400,8 +400,8 @@ String HttpClient::Execute(Gate2<int, int> progress)
server_headers.Cat("\r\n");
}
if(!keepalive)
socket.StopWrite();
// if(!keepalive) // mirek 110812
// socket.StopWrite();
if(method == METHOD_HEAD) {
Close();