After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748159 - IPv6 Happy Eyeballs not working correctly on Youtube
IPv6 Happy Eyeballs not working correctly on Youtube
Status: RESOLVED DUPLICATE of bug 687199
Product: libsoup
Classification: Core
Component: HTTP Transport
2.50.x
Other Linux
: Normal enhancement
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2015-04-20 02:56 UTC by jhnphm
Modified: 2015-04-20 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jhnphm 2015-04-20 02:56:33 UTC
On a dual stack computer with both IPv6 and IPv4, Epiphany does not fallback on IPv4 fast enough for Youtube, which currently has faulty IPv6 support. Running CURL on URLs pointing to https://*.googlevideo.com/* obtained via the debugging tools fail w/ curl -6 but succeed w/o the -6 flag. The fallback should happen quickly as specified in https://tools.ietf.org/html/rfc6555. 

This issue appears similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1136484 in Firefox
Comment 1 Michael Catanzaro 2015-04-20 15:17:30 UTC
So this is a request to implement RFC 6555? I would probably reject that if we had to do it in Epiphany, since it's not reasonable to expect applications to think about IPv4 and IPv6, let alone open multiple simultaneous connections themselves. But fortunately we use libsoup to handle HTTP connections. An implementation there would probably be reasonable, since applications would not need to think about it.
Comment 2 Dan Winship 2015-04-20 16:02:18 UTC

*** This bug has been marked as a duplicate of bug 687199 ***