Commit 7a69d4db authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

winhttp: Reset the content read counter.

parent 423d5f29
......@@ -1494,6 +1494,7 @@ static DWORD set_content_length( request_t *request )
request->content_length = ~0u;
request->read_chunked = TRUE;
}
request->content_read = 0;
return request->content_length;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment