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