aboutsummaryrefslogtreecommitdiffstats
path: root/spec/net_websocket_frames_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.websocket.frames: Add ping and pong test casesKim Alvefur2020-01-021-0/+24
|
* net.websocket.frames: Add test case for masked dataKim Alvefur2020-01-021-0/+13
| | | | ASCI is pretty neat in how lower case alphabet XOR space is upper case
* net.websocket.frames: Add some brief testsKim Alvefur2018-11-291-0/+56
These are mostly just recordings of minimal input roundtripped back into tables.