Update tests and corresponding makefiles (#1862)

This commit is contained in:
R4SAS 2023-01-30 01:17:49 +00:00 committed by GitHub
parent 86dbfdb536
commit 3cee8bfcb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 89 additions and 83 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");