File diff r23521:26cb73a2624c → r23522:1fb564b1efa6
src/network/network_content.cpp
Show inline comments
 
@@ -555,7 +555,8 @@ void ClientNetworkContentSocketHandler::
 
	uint files, bytes;
 
	this->DownloadSelectedContent(files, bytes, true);
 

	
 
	this->http_response.Reset();
 
	this->http_response.clear();
 
	this->http_response.shrink_to_fit();
 
	this->http_response_index = -2;
 

	
 
	if (this->curFile != NULL) {