mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00

Includes a variety of small changes that are a first step to improving the test system heavily.
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"options": {"failByDrop": false},
|
|
"enable-ssl": false,
|
|
|
|
"servers": [{
|
|
"agent": "Cowboy",
|
|
"url": "ws://localhost:33080/ws_echo",
|
|
"options": {"version": 18}
|
|
}],
|
|
|
|
"cases": ["*"],
|
|
"exclude-cases": [],
|
|
"exclude-agent-cases": {}
|
|
}
|