diff --git a/HTTPProxy.cpp b/HTTPProxy.cpp index fc2e0c22..6e835d21 100644 --- a/HTTPProxy.cpp +++ b/HTTPProxy.cpp @@ -211,7 +211,7 @@ namespace proxy else m_request.append ((const char *)http_buff); m_request.append ("\r\n"); - } + } isEndOfHeader = !http_buff[0]; auto l = eol - http_buff; http_buff = eol;