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:
parent
c94ccee16a
commit
c51b41f905
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue