mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-02-02 05:44:53 +00:00
0ec755738c
* validate utf8 at the message level * move utf-8 validation to message * rename `recv` to `recvMsg` * add partial frame validation tests * use `recvMsg` instead of `recv`