mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-01 07:42:40 -06:00
*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:
parent
7fcc534796
commit
f189df1ea8
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue