webservices: Set cache control headers.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hans Leidekker 2017-08-25 11:51:41 +02:00 committed by Alexandre Julliard
parent c94ccee16a
commit c51b41f905
1 changed files with 1 additions and 0 deletions

View File

@ -610,6 +610,7 @@ static HRESULT connect_channel_http( struct channel *channel )
if (uc.dwExtraInfoLength) strcatW( channel->u.http.path, uc.lpszExtraInfo );
}
channel->u.http.flags = WINHTTP_FLAG_REFRESH;
switch (uc.nScheme)
{
case INTERNET_SCHEME_HTTP: break;