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

Revert "urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION."

This reverts commit b3a660a6.
parent 46ce55bf
......@@ -939,9 +939,6 @@ static void report_data(Binding *This, DWORD bscf, ULONG progress, ULONG progres
end_download = TRUE;
IBindStatusCallback_OnProgress(This->callback, progress, progress_max,
BINDSTATUS_ENDDOWNLOADDATA, This->url);
} else if(bscf & BSCF_INTERMEDIATEDATANOTIFICATION) {
IBindStatusCallback_OnProgress(This->callback, progress, progress_max,
BINDSTATUS_DOWNLOADINGDATA, This->url);
}
if(!This->request_locked) {
......
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