mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Update tests and corresponding makefiles (#1862)
This commit is contained in:
parent
86dbfdb536
commit
3cee8bfcb2
11 changed files with 89 additions and 83 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