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 6dc3605 commit 722581eCopy full SHA for 722581e
Release/src/http/client/http_win7.cpp
@@ -1272,7 +1272,7 @@ class winhttp_client : public _http_client_communicator
1272
1273
// Report progress about downloaded bytes.
1274
auto progress = p_request_context->m_request._get_impl()->_progress_handler();
1275
- p_request_context->m_downloaded += (size64_t) statusInfoLength;
+ p_request_context->m_downloaded += statusInfoLength;
1276
if (progress)
1277
{
1278
try { (*progress)(message_direction::download, p_request_context->m_downloaded); }
0 commit comments