Michael Lass a47e0f9845 extensionDownloader: Replace deprecated Soup.SessionAsync
Soup.SessionAsync by default sets timeout and idle_timeout to 0. This
causes connections to hang around in state CLOSE_WAIT forever after the
remote host has closed the connection.

To fix this, we could set timeout and idle_timeout manually. However,
Soup.SessionAsync is marked as deprecated anyway and should be replaced
by Soup.Session. Doing so also sets a default timeout of 60 seconds.

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2774
2020-05-14 19:43:56 +00:00
..
2020-04-06 11:24:30 -03:00
2020-05-09 19:27:33 +05:00
2020-04-28 09:04:49 +00:00
2020-05-07 14:57:12 +02:00
2020-03-31 05:43:40 +00:00
2020-03-31 05:43:40 +00:00
2020-03-27 10:39:58 +01:00
2020-04-03 12:57:01 +00:00