Changeset - r16564:4d9855d43299
[Not reviewed]
master
0 1 0
smatz - 14 years ago 2010-11-23 22:16:11
smatz@openttd.org
(svn r21302) -Fix (r18994): do not add HTTP connection to list of connections when it fails in the beginning
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/network/core/tcp_http.cpp
Show inline comments
 
@@ -51,6 +51,7 @@ NetworkHTTPSocketHandler::NetworkHTTPSoc
 
		 * of information? Just fall back to the old system! */
 
		this->callback->OnFailure();
 
		delete this;
 
		return;
 
	}
 

	
 
	*_http_connections.Append() = this;
0 comments (0 inline, 0 general)