From 364136213b6e3febdce3c122287ebd37ac60e298 Mon Sep 17 00:00:00 2001 From: xcps Date: Fri, 18 Mar 2016 10:06:53 -0400 Subject: [PATCH] extra space --- HTTPProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;