Files
nim-websock/scripts
Jacek Sieka 5e9bcac325 Fix leaks / update error handling (#178)
* 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
2025-11-21 07:27:51 +01:00
..
2025-11-21 07:27:51 +01:00