diff options
Diffstat (limited to 'assets/php/vendor/ratchet/rfc6455/tests/ab/fuzzingclient.json')
-rw-r--r-- | assets/php/vendor/ratchet/rfc6455/tests/ab/fuzzingclient.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/php/vendor/ratchet/rfc6455/tests/ab/fuzzingclient.json b/assets/php/vendor/ratchet/rfc6455/tests/ab/fuzzingclient.json new file mode 100644 index 0000000..d2fd0d0 --- /dev/null +++ b/assets/php/vendor/ratchet/rfc6455/tests/ab/fuzzingclient.json @@ -0,0 +1,14 @@ +{ + "options": { + "failByDrop": false + } + , "outdir": "./reports/servers" + , "servers": [{ + "agent": "RatchetRFC/0.1.0" + , "url": "ws://localhost:9001" + , "options": {"version": 18} + }] + , "cases": ["*"] + , "exclude-cases": ["6.4.*", "12.*","13.*"] + , "exclude-agent-cases": {} +} |