Hans Leidekker : webservices: Set cache control headers.
Module: wine Branch: master Commit: c51b41f905ab750d6eadca1f7dc73ec3238fccce URL: http://source.winehq.org/git/wine.git/?a=commit;h=c51b41f905ab750d6eadca1f7d... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Fri Aug 25 11:51:41 2017 +0200 webservices: Set cache control headers. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/webservices/channel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/webservices/channel.c b/dlls/webservices/channel.c index 3451bea..5db6f1d 100644 --- a/dlls/webservices/channel.c +++ b/dlls/webservices/channel.c @@ -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;
participants (1)
-
Alexandre Julliard