replace Host: for server http tunnels

This commit is contained in:
orignal 2015-06-03 12:30:15 -04:00
parent d7deb938c5
commit 09fd0baf78
2 changed files with 29 additions and 6 deletions

View file

@ -71,7 +71,8 @@ namespace client
private:
std::stringstream m_Header;
std::string m_Host;
std::stringstream m_InHeader, m_OutHeader;
bool m_HeaderSent;
};