mirror of
https://github.com/logos-storage/nim-websock.git
synced 2026-01-10 09:33:11 +00:00
* implement UTF8 handling or to be precisely, we add UTF8 validator which main duty is to detect malformed UTF8 sequence using a fast DFA UTF8 decoder. also enable autobahn UTF8 category tests, much more green :) fixes #13 * fixes case 7.5.1 Send a close frame with invalid UTF8 payload * add tests for validateUTF8 - tests for validateUTF8 in raw mode - tests for validateUTF8 in websocket client/server
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"outdir": "./reports/servers",
|
|
"servers": [
|
|
{
|
|
"agent": "nim-ws example server",
|
|
"url": "ws://127.0.0.1:8888/ws"
|
|
}
|
|
],
|
|
"cases": ["*"],
|
|
"exclude-cases": ["9.*", "12.*", "13.*"],
|
|
"exclude-agent-cases": {}
|
|
}
|