[Webkit-unassigned] [Bug 215638] REGRESSION(r265814) [GTK][WPE] Some socket/hybi failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 23 12:59:30 PDT 2020


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

--- Comment #1 from Lauro Moura <lmoura at igalia.com> ---
(In reply to Lauro Moura from comment #0)
> 
> * http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler.html
> 
> +CONSOLE MESSAGE: Received invalid WebSocket response from the server

This message is related to 0 being passed as closing code in WebSocketChannel::fail(reason) (invoked when suspending due to BackForwardCache).

Soup debug messages:

(process:48): libsoup-DEBUG: 12:35:49.116: Wrong closing code 0 received
(process:48): libsoup-DEBUG: 12:35:49.116: requesting close due to error
(process:48): libsoup-DEBUG: 12:35:49.116: sent frame
(process:48): libsoup-DEBUG: 12:35:49.116: waiting 5 seconds for peer to close io
(process:48): libsoup-DEBUG: 12:35:49.116: queued 8 frame of len 8
(process:48): libsoup-DEBUG: 12:35:49.117: stopping input source
(process:48): libsoup-DEBUG: 12:35:49.117: received control frame 8 with 2 payload
(process:48): libsoup-DEBUG: 12:35:49.117: stopping input source
(process:48): libsoup-DEBUG: 12:35:49.117: peer has closed socket
(process:48): libsoup-DEBUG: 12:35:49.117: closing io stream
(process:48): libsoup-DEBUG: 12:35:49.117: closed: completed io stream close
CONSOLE MESSAGE: WebSocket connection to 'ws://127.0.0.1:8880/websocket/tests/hybi/echo' failed: WebSocket is closed due to suspension.
CONSOLE MESSAGE: WebSocket connection to 'ws://127.0.0.1:8880/websocket/tests/hybi/echo' failed: Received invalid WebSocket response from the server

-- 
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/20200823/709a2346/attachment.htm>


More information about the webkit-unassigned mailing list