nim-websock/websock
Jacek Sieka e974acbe0a
test fixes (#115)
* don't use global for server instance
  * it gets shared between tests and causes gcsafe to trigger
* enable `chronosStrictException` in tests
* avoid asynctests dep
* testcommon -> all_tests (like the other projects)
2022-06-20 09:19:38 +02:00
..
extensions style fixes (#108) 2022-04-08 11:11:53 +02:00
http TLS1.2 by default (#110) 2022-05-18 08:51:45 +02:00
extensions.nim Remove unused imports 2021-09-21 09:44:07 +02:00
frame.nim Fix some issues with recv hanging (#109) 2022-05-18 14:37:53 +02:00
http.nim Remove unused imports 2021-09-21 09:44:07 +02:00
session.nim Fix: handle simultaneous closing properly (#112) 2022-05-25 16:02:46 +02:00
types.nim Fix some issues with recv hanging (#109) 2022-05-18 14:37:53 +02:00
utf8dfa.nim rename nim-ws to nim-websock 2021-06-29 08:50:29 +07:00
utils.nim test fixes (#115) 2022-06-20 09:19:38 +02:00
websock.nim add http header hook 2022-03-16 08:24:16 +07:00