diff --git a/client_http.hpp b/client_http.hpp index 66fd8a8..4f22d57 100644 --- a/client_http.hpp +++ b/client_http.hpp @@ -388,7 +388,7 @@ namespace SimpleWeb { } for(auto it = connections.begin(); it != connections.end(); ++it) { - if(!(*it)->in_use && !connection) { + if(!(*it)->in_use) { connection = *it; break; }