urlmon: Call ReportProgress(BINDSTATUS_ACCEPTRANGES) in https handler.
This commit is contained in:
parent
12931062fb
commit
998b4653c9
|
@ -625,6 +625,9 @@ static HRESULT WINAPI HttpProtocol_Continue(IInternetProtocol *iface, PROTOCOLDA
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(This->https)
|
||||||
|
IInternetProtocolSink_ReportProgress(This->protocol_sink, BINDSTATUS_ACCEPTRANGES, NULL);
|
||||||
|
|
||||||
len = 0;
|
len = 0;
|
||||||
if ((!HttpQueryInfoW(This->request, HTTP_QUERY_CONTENT_TYPE, content_type, &len, NULL) &&
|
if ((!HttpQueryInfoW(This->request, HTTP_QUERY_CONTENT_TYPE, content_type, &len, NULL) &&
|
||||||
GetLastError() != ERROR_INSUFFICIENT_BUFFER) ||
|
GetLastError() != ERROR_INSUFFICIENT_BUFFER) ||
|
||||||
|
|
Loading…
Reference in New Issue