Hans Leidekker : webservices: Set cache control headers.

Alexandre Julliard julliard at winehq.org
Fri Aug 25 12:30:12 CDT 2017


Module: wine
Branch: master
Commit: c51b41f905ab750d6eadca1f7dc73ec3238fccce
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c51b41f905ab750d6eadca1f7dc73ec3238fccce

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Aug 25 11:51:41 2017 +0200

webservices: Set cache control headers.

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




More information about the wine-cvs mailing list