diff --git a/dlls/webservices/channel.c b/dlls/webservices/channel.c index 3451bea6e20..5db6f1dea69 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;