Merge branch 'upstream-openssl'

This commit is contained in:
Jeff Becker
2016-06-30 07:36:14 -04:00
60 changed files with 1085 additions and 879 deletions

View File

@@ -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())