diff --git a/lib/http_parser.cpp b/lib/http_parser.cpp index bcdb1763..c1d9e8e5 100644 --- a/lib/http_parser.cpp +++ b/lib/http_parser.cpp @@ -334,6 +334,7 @@ bool HTTP::Parser::Read(Socket::Connection & conn){ if (conn.Received().size()){ return Read(conn); } + return false; } //HTTPReader::Read /// Attempt to read a whole HTTP request or response from a std::string buffer.