Issue #10385 - fix NPE in GzipDefaultServletTest

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2023-08-24 17:42:01 +10:00
parent 9d908839cf
commit 9ed8050183
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public class GzipDefaultServletTest extends AbstractGzipTest
gzipHandler.setIncludedMethods("POST", "WIBBLE", "GET", "HEAD");
server = new Server();
server.setStopTimeout(1000);
LocalConnector localConnector = new LocalConnector(server);
server.addConnector(localConnector);