mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-02-08 16:55:19 +00:00
* 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`