1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-09 19:47:54 +00:00

extra space

This commit is contained in:
xcps 2016-03-18 10:06:53 -04:00
parent 136b663cef
commit 364136213b

View File

@ -211,7 +211,7 @@ namespace proxy
else else
m_request.append ((const char *)http_buff); m_request.append ((const char *)http_buff);
m_request.append ("\r\n"); m_request.append ("\r\n");
} }
isEndOfHeader = !http_buff[0]; isEndOfHeader = !http_buff[0];
auto l = eol - http_buff; auto l = eol - http_buff;
http_buff = eol; http_buff = eol;