work on tests and cmake/makefiles

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-01-29 00:55:23 +00:00
parent b7b3936e56
commit 9fec2bd24b
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
11 changed files with 73 additions and 51 deletions

View file

@ -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");