Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 594f1bc

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)