Commit cb8a0dd7 authored by Misha Koshelev's avatar Misha Koshelev Committed by Alexandre Julliard

urlmon: Do not fill stream buffer on every report_data, native doesn't.

parent 55409b2e
......@@ -949,8 +949,6 @@ static void report_data(Binding *This, DWORD bscf, ULONG progress, ULONG progres
This->request_locked = SUCCEEDED(hres);
}
fill_stream_buffer(This->stream);
IBindStatusCallback_OnDataAvailable(This->callback, bscf, progress,
&formatetc, &This->stgmed);
......
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