mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
Issue #3106 - turn auto fragment off for WebSocketStatsTest
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
6094b3802f
commit
1160a8d08f
@ -108,6 +108,7 @@ public class WebSocketStatsTest
|
||||
@Override
|
||||
public void configure(WebSocketServletFactory factory)
|
||||
{
|
||||
factory.setAutoFragment(false);
|
||||
factory.addMapping("/",(req, resp)->new EchoSocket());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user