Skip to content

Commit

Permalink
Issue #10385 - fix NPE in GzipDefaultServletTest
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 Aug 24, 2023
1 parent 9d90883 commit 9ed8050
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void testIsGzipByMethod(String method) throws Exception
gzipHandler.setIncludedMethods("POST", "WIBBLE", "GET", "HEAD");

server = new Server();
server.setStopTimeout(1000);
LocalConnector localConnector = new LocalConnector(server);
server.addConnector(localConnector);

Expand Down

0 comments on commit 9ed8050

Please sign in to comment.