souphttpsrc: Unset limit on the number of connection if soup session sharing is used
authorSeungha Yang <sh.yang@lge.com>
Tue, 4 Jul 2017 05:58:00 +0000 (14:58 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 4 Jul 2017 06:13:12 +0000 (09:13 +0300)
commitb0f09d4ad0a5a0549bd7075de4fa60c8b7a23a8e
treeaa6c1a403f0c9b54e83359814bc3e4af7f79307f
parentd712a2f4b7e1705ac879aff30b11a807d88bdd54
souphttpsrc: Unset limit on the number of connection if soup session sharing is used

Soup allows only up to two connections per host in a session,
if we use default value. When session sharing is used, however,
more connections might be required in a session.
(e.g., multi-audio adaptive streaming case)

https://bugzilla.gnome.org/show_bug.cgi?id=784495
ext/soup/gstsouphttpsrc.c