[Webkit-unassigned] [Bug 203404] [GTK] QR code not loaded in web.whatsapp.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 06:50:44 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=203404

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #13 from Carlos Garcia Campos <cgarcia at igalia.com> ---
A WebSocket connection is used for the QR thing. For some reason we are getting a 400 Bad Request for all our upgrade requests. When it fails, it tries again after checking there's network connection (using an XHR). After several tries it finally replies with a 101 Switching Protocols. I have no idea why it fails, because we are always sending the same request (only Sec-WebSocket-Key is different in every new request).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200127/64ad75c0/attachment.htm>


More information about the webkit-unassigned mailing list