mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
extra space
This commit is contained in:
parent
136b663cef
commit
364136213b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue