summaryrefslogtreecommitdiff
path: root/libmateweather
diff options
context:
space:
mode:
Diffstat (limited to 'libmateweather')
-rw-r--r--libmateweather/weather.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmateweather/weather.c b/libmateweather/weather.c
index 59d9f0e..7e61b42 100644
--- a/libmateweather/weather.c
+++ b/libmateweather/weather.c
@@ -553,7 +553,8 @@ _weather_info_fill (WeatherInfo *info,
info->cb_data = data;
if (!info->session) {
- info->session = soup_session_new ();
+ info->session = soup_session_async_new ();
+ soup_session_add_feature_by_type (info->session, SOUP_TYPE_PROXY_RESOLVER_DEFAULT);
}
metar_start_open (info);