[2/2] webservices: Set cache control headers.

Hans Leidekker hans at codeweavers.com
Fri Aug 25 04:51:41 CDT 2017


Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 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;
-- 
2.1.4




More information about the wine-patches mailing list