mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Merge branch 'upstream-openssl'
This commit is contained in:
commit
ac59d9e1b6
60 changed files with 1085 additions and 879 deletions
2
HTTP.cpp
2
HTTP.cpp
|
@ -280,7 +280,7 @@ namespace http {
|
|||
return false;
|
||||
}
|
||||
|
||||
long int HTTPMsg::length() {
|
||||
long int HTTPMsg::content_length() {
|
||||
unsigned long int length = 0;
|
||||
auto it = headers.find("Content-Length");
|
||||
if (it == headers.end())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue