mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* HTTP.{cpp,h} : drop HTTPReq.host
This commit is contained in:
parent
03973cc6d4
commit
a4dc67cba0
2 changed files with 0 additions and 10 deletions
1
HTTP.h
1
HTTP.h
|
@ -69,7 +69,6 @@ namespace http {
|
|||
std::string version;
|
||||
std::string method;
|
||||
std::string uri;
|
||||
std::string host;
|
||||
|
||||
HTTPReq (): version("HTTP/1.0"), method("GET"), uri("/") {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue