Michael Lass 40481314d2 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


(cherry picked from commit a47e0f9845f936a71c9d466759d4585636e476fd)
2020-05-15 16:22:35 +00:00
..
2020-04-06 14:37:35 -03:00
2020-05-11 13:34:36 +02:00
2020-04-27 22:04:16 +00:00
2020-05-07 13:10:26 +00:00
2020-03-27 10:39:58 +01:00
2020-04-03 15:47:01 +02:00