urlmon: Call ReportProgress(BINDSTATUS_ACCEPTRANGES) in https handler.

This commit is contained in:
Jacek Caban 2009-01-12 18:20:00 +01:00 committed by Alexandre Julliard
parent 12931062fb
commit 998b4653c9
1 changed files with 3 additions and 0 deletions

View File

@ -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) ||