File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/network/core/tcp_http.cpp
Show inline comments
 
@@ -21,7 +21,7 @@
 
#include "../../safeguards.h"
 

	
 
/** List of open HTTP connections. */
 
static SmallVector<NetworkHTTPSocketHandler *, 1> _http_connections;
 
static std::vector<NetworkHTTPSocketHandler *> _http_connections;
 

	
 
/**
 
 * Start the querying