mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-15 11:51:48 +02:00
work on tests and cmake/makefiles
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
b7b3936e56
commit
9fec2bd24b
11 changed files with 73 additions and 51 deletions
|
@ -356,8 +356,8 @@ namespace http
|
|||
for (auto& it : headers)
|
||||
if (it.first == name) num++;
|
||||
return num;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
bool HTTPRes::is_chunked() const
|
||||
{
|
||||
auto it = headers.find("Transfer-Encoding");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue