Skip to content

Commit 594f1bc

Browse files
committed
Partial fix for TFS Bug 916892 -- Need test cases
1 parent 1d2ace2 commit 594f1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/http/common/http_msg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void http_headers::set_date(const utility::datetime& date)
7979

8080
utility::size64_t http_headers::content_length() const
8181
{
82-
size_t length = 0;
82+
utility::size64_t length = 0;
8383
match(http::header_names::content_length, length);
8484
return length;
8585
}

0 commit comments

Comments
 (0)