Commit c51b41f9 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

webservices: Set cache control headers.

parent c94ccee1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment