diff --git a/TODO b/TODO index a8b91c14..91404c38 100644 --- a/TODO +++ b/TODO @@ -68,7 +68,7 @@ REQ = someone asked for it - REQ: Overview report gets too broad: maybe rotate agent labels in report 90° counterclock => css - - REQ: make NON-STRICT more green (yes, was asked by some project to do;) + - REQ: make NON-STRICT more green (yes, was asked by some project to do;) => td.case_almost - REQ: add notice at top of report overview, explaining diff. beetween PASS, NON-STRICT and FAIL @@ -111,6 +111,8 @@ Misc Cases - server must fail for unmasked client frames + - sending a 2^63 frame. + Closing Handshake Cases ----------------------- @@ -146,6 +148,10 @@ Closing Handshake Cases - when the fuzzer == server, test client timeout on drop TCP after close + - sending close codes 1005 and 1006 : isn't allowed. + + - sending close codes <1000 >=5000 / 1004 is "reserved" + Probably, we need to have a way to instruct the tested peer to iniate a closing handshake to test certain things (like timeouts). @@ -184,6 +190,8 @@ Core WebSocket Protocol + - changes for Hybi-16 .. see also: http://code.google.com/p/pywebsocket/wiki/WebSocketProtocolSpec + - allow FIN = true on beginMessageFrame instead of endMessage - Further optimize masking: http://stackoverflow.com/questions/2119761/simple-python-challenge-fastest-bitwise-xor-on-data-buffers diff --git a/demo/broadcast/broadcast_client.html b/demo/broadcast/broadcast_client.html index d154c3b7..63934061 100644 --- a/demo/broadcast/broadcast_client.html +++ b/demo/broadcast/broadcast_client.html @@ -21,6 +21,6 @@