Commit graph

7 commits

Author SHA1 Message Date
Matthew Wild
4f4140fbc3 Merge 0.11->trunk 2020-10-15 14:25:09 +01:00
Matthew Wild
64856637ce net.websocket.frames: Add test for empty frame with MASK and key set 2020-10-15 14:01:22 +01:00
Kim Alvefur
00bad1a9fe net.websocket.frames: Use C string XOR implementation 2020-10-14 19:41:42 +02:00
Kim Alvefur
d69cf3b007 net.websocket.frames: Add small test covering xor-masking
This is basically a recording of current behavior, to detect changes.
2020-10-14 19:02:48 +02:00
Kim Alvefur
cd9906cb2d net.websocket.frames: Add ping and pong test cases 2020-01-02 13:17:43 +01:00
Kim Alvefur
0563faba73 net.websocket.frames: Add test case for masked data
ASCI is pretty neat in how lower case alphabet XOR space is upper case
2020-01-02 13:17:03 +01:00
Kim Alvefur
7f75a66d21 net.websocket.frames: Add some brief tests
These are mostly just recordings of minimal input roundtripped back into tables.
2018-11-29 17:20:49 +01:00