Changes in libsoup from 2.28.0 to 2.28.1: * libsoup will now attempt to make multiple connections to a server at once when there are multiple messages queued to that server. The previous behavior (only allowing a single pending connection to each server) resulted in slow load times on pages with lots of subresources (images, css, js, etc) on servers that disallow persistent connections. [#594768] * There should now be fewer (no?) "Connection terminated unexpectedly" errors in WebKitGTK. * Fixed a crash in SoupCookieJarSqlite [#596859, patch from Alexander Sack]. * Fixed soup_address_get_physical() and address-to-name resolution of SoupAddress [patch from Enrico Tröger]. * Fixed a bug in SoupContentSniffer that could cause false negatives [#597545, patch from Alejandro Castro]. * Fixed the configure error if you have gnutls-devel but not gcrypt-devel installed [#587709].