mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
439652 GzipHandler super.doStart
This commit is contained in:
parent
5f033b48d5
commit
409389ba6e
@ -262,6 +262,7 @@ public class GzipHandler extends HandlerWrapper
|
||||
_mimeTypes.add("application/gzip");
|
||||
}
|
||||
}
|
||||
super.doStart();
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user