From 6fe1413b7b67dab85c624faf9113a2494fdd2164 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 10 Feb 2024 04:18:28 +0100 Subject: [PATCH] test --- libcafeweather/weather-wx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcafeweather/weather-wx.c b/libcafeweather/weather-wx.c index de21b2c..deb58d6 100644 --- a/libcafeweather/weather-wx.c +++ b/libcafeweather/weather-wx.c @@ -110,7 +110,7 @@ wx_start_open (WeatherInfo *info) } g_signal_connect (msg, "got-chunk", G_CALLBACK (wx_got_chunk), info); - soup_message_body_set_accumulate (msg->response_body, FALSE); +// soup_message_body_set_accumulate (msg->response_body, FALSE); soup_session_send_and_read_async (info->session, msg, G_PRIORITY_DEFAULT, NULL, wx_finish, info); g_free (url);