mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
* fix mistype
This commit is contained in:
parent
aa764fbd1c
commit
e50c35d38c
@ -191,7 +191,7 @@ namespace proxy {
|
||||
SanitizeHTTPRequest(req);
|
||||
|
||||
std::string dest_host = url.host;
|
||||
uint16_t dest_host = url.port;
|
||||
uint16_t dest_port = url.port;
|
||||
/* convert proxy-style http req to ordinary one: */
|
||||
/* 1) replace Host header, 2) make relative url */
|
||||
req.add_header("Host", url.host, true);
|
||||
|
Loading…
Reference in New Issue
Block a user