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…
Reference in New Issue