1
0
Fork 0

(svn r21302) -Fix (r18994): do not add HTTP connection to list of connections when it fails in the beginning

release/1.1
smatz 2010-11-23 22:16:11 +00:00
parent c5cbb61c11
commit 3302a520f4
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ NetworkHTTPSocketHandler::NetworkHTTPSocketHandler(SOCKET s,
* of information? Just fall back to the old system! */
this->callback->OnFailure();
delete this;
return;
}
*_http_connections.Append() = this;