mirror of
https://github.com/status-im/nim-websock.git
synced 2026-08-27 11:51:13 +00:00
* modernise imports * introduce `raises` for most `async` functions * remove lots of spurious memory allocations and zeroing * check decompression max size before allocating memory (!) * simplify error handling when reading frames * avoid blocking connection for too long just to send errors * don't swallow original error when trying to send error to client * need more mem for deflate * fail autobahn job on autobahn failures * deprecate handshakeTimeout