Most of HTTP servers have a feature to compress HTTP requests.
In case of Quickbuild managing lot of logs as HTML format, we can hope have global better response times.
I tryed to activate the native Jetty GzipHandler from configuration file conf/jetty.xml but the server crash at startup with a class not found exception on "org.eclipse.jetty.server.handler.gzip.GzipHandler".
This handler seems to no te present into the Jar jetty server archive.
How can I activate HTTP compression for text MIME types for Quickbuild?
Regards