urlmon: Do not fill stream buffer on every report_data, native doesn't.
This commit is contained in:
parent
55409b2e04
commit
cb8a0dd70d
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue