mirror of
https://github.com/actix/examples
synced 2025-06-29 02:10:36 +02:00
Add bare-bones WS server for autobahn testing (#331)
This commit is contained in:
15
websocket-autobahn/config/fuzzingclient.json
Normal file
15
websocket-autobahn/config/fuzzingclient.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"outdir": "./reports/servers",
|
||||
"servers": [
|
||||
{
|
||||
"agent": "actix-web-actors",
|
||||
"url": "ws://host.docker.internal:9001"
|
||||
}
|
||||
],
|
||||
"cases": ["*"],
|
||||
"exclude-cases": [
|
||||
"12.*",
|
||||
"13.*"
|
||||
],
|
||||
"exclude-agent-cases": {}
|
||||
}
|
Reference in New Issue
Block a user