mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
[http] keep query even if it was empty (closes #1844)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
4fae7b8d65
commit
b31f52e332
2 changed files with 5 additions and 1 deletions
|
@ -33,6 +33,7 @@ namespace http
|
|||
std::string host;
|
||||
unsigned short int port;
|
||||
std::string path;
|
||||
bool hasquery;
|
||||
std::string query;
|
||||
std::string frag;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue