We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2ace2 commit 594f1bcCopy full SHA for 594f1bc
Release/src/http/common/http_msg.cpp
@@ -79,7 +79,7 @@ void http_headers::set_date(const utility::datetime& date)
79
80
utility::size64_t http_headers::content_length() const
81
{
82
- size_t length = 0;
+ utility::size64_t length = 0;
83
match(http::header_names::content_length, length);
84
return length;
85
}
0 commit comments