[Webkit-unassigned] [Bug 81443] [WebSocket]The minimal number of bytes MUST be used to encode the length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 20 10:55:10 PDT 2012


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





--- Comment #12 from Yuta Kitamura <yutak at chromium.org>  2012-03-20 10:55:10 PST ---
(From update of attachment 132476)
View in context: https://bugs.webkit.org/attachment.cgi?id=132476&action=review

>> LayoutTests/http/tests/websocket/tests/hybi/invalid-encode-length_wsh.py:12
>> +    # Thus, we need to build a frame manually.
> 
> You can use create_header() function from mod_pywebsocket.stream module to build a (possibly incorrect) frame header. See reserved-bits_wsh.py for example.

Well, I was wrong, and you cannot use create_header() in this case. It's probably okay to build a frame header manually.

-- 
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