mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
removed maxFrameSize from CompressExtension now use the WebSocketChannel.getMaxFrameSize() to fix a bug where a change in the WebSocketChanel maxFrameSize was not reaching the CompressExtension create dummy WebSocketChannel in tests using CompressExtension without a channel to replace the setter for maxFrameSize increased the maxFrameSize in AutobahnWebSocketNegotiator to fix autobahn tests being over maxFrameSize after being inflated Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
19 lines
314 B
JSON
19 lines
314 B
JSON
{
|
|
"options": {
|
|
"failByDrop": false
|
|
},
|
|
"outdir": "./target/reports/servers",
|
|
"servers": [
|
|
{
|
|
"agent": "Jetty-10.0.0-SNAPSHOT",
|
|
"url": "ws://127.0.0.1:9001",
|
|
"options": {
|
|
"version": 18
|
|
}
|
|
}
|
|
],
|
|
"cases": ["*"],
|
|
"exclude-cases": [],
|
|
"exclude-agent-cases": {}
|
|
}
|