nim-websock/autobahn/fuzzingclient.json
andri lim 90c664545d
implement UTF8 handling (#35)
* 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
2021-05-28 10:47:24 -06:00

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": {}
}