ChristopherSchultz commented on pull request #351: URL: https://github.com/apache/tomcat/pull/351#issuecomment-697345837
I still think gzip is a red herring, here. If you remove whitespace prior to gzipping, you'll likely see that gzip gives you a lower compression ratio when comparing the stripped-text versus non-stripped-text against the final result. Comparing the original text to the stripped-text versus non-stripped text will be a better comparison. But the main point is that removing whitespace itself is an optimization itself whether gzip is at play or not. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org