Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Feb 10, 2024
1 parent 909d86e commit 6fe1413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcafeweather/weather-wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 6fe1413

Please sign in to comment.