mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
replace Host: for server http tunnels
This commit is contained in:
parent
d7deb938c5
commit
09fd0baf78
2 changed files with 29 additions and 6 deletions
|
@ -71,7 +71,8 @@ namespace client
|
|||
|
||||
private:
|
||||
|
||||
std::stringstream m_Header;
|
||||
std::string m_Host;
|
||||
std::stringstream m_InHeader, m_OutHeader;
|
||||
bool m_HeaderSent;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue