[Webkit-unassigned] [Bug 68522] [GTK] http/tests/websocket/tests/hixie76/error-detect.html is flaky in 32-bits Release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 05:21:21 PST 2011


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


Yuta Kitamura <yutak at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yutak at chromium.org




--- Comment #1 from Yuta Kitamura <yutak at chromium.org>  2011-11-28 05:21:21 PST ---
I was digging this issue these days, and this turned out to be a real bug in WebSocketChannel.

This happens only when the following conditions are met:
- Hixie76 binary (length-prefixed) frame is sent from the server.
- The client receives only the first byte of the frame, and the remaining bytes later (i.e. split into two different WebSocketChannel::didReceiveData() calls).

GTK tests have reproduced this situation (somewhat) reliably.

I will upload a patch that fixes this problem shortly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list