From 2c66660cb5a114cae20dca90348d28d13a1913e9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Jul 2018 13:36:54 +0300 Subject: this flag isn't needed too --- plugins/Weather/src/weather_http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Weather/src/weather_http.cpp b/plugins/Weather/src/weather_http.cpp index 10bcf63690..514bec27e5 100644 --- a/plugins/Weather/src/weather_http.cpp +++ b/plugins/Weather/src/weather_http.cpp @@ -64,7 +64,7 @@ int InternetDownloadFile(char *szUrl, char *cookie, char *userAgent, wchar_t **s // initialize the netlib request NETLIBHTTPREQUEST nlhr = { sizeof(nlhr) }; nlhr.requestType = REQUEST_GET; - nlhr.flags = NLHRF_DUMPASTEXT | NLHRF_HTTP11 | NLHRF_PERSISTENT | NLHRF_REDIRECT; + nlhr.flags = NLHRF_DUMPASTEXT | NLHRF_HTTP11 | NLHRF_REDIRECT; nlhr.szUrl = szUrl; nlhr.headers = headers; nlhr.headersCount = _countof(headers); -- cgit v1.2.3