diff --git a/SSLServer.cpp b/SSLServer.cpp index b23be38..b80e71f 100644 --- a/SSLServer.cpp +++ b/SSLServer.cpp @@ -129,7 +129,6 @@ void SSLServer::handleClient() if( !tempstr.empty() ) { answer = parseReq( tempstr ); - } std::string write; if ( answer ) @@ -193,6 +192,7 @@ bool SSLServer::parseReq( std::string req ) } } } + return false; } std::string SSLServer::decodeDigest( std::string digest )