Skip to content

Commit

Permalink
Issue #3106 - turn auto fragment off for WebSocketStatsTest
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Mar 1, 2019
1 parent 7c6256d commit fd7da67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public static class MyWebSocketServlet extends WebSocketServlet
@Override
public void configure(WebSocketServletFactory factory)
{
factory.setAutoFragment(false);
factory.addMapping("/",(req, resp)->new EchoSocket());
}
}
Expand Down

0 comments on commit fd7da67

Please sign in to comment.