ndimiduk commented on pull request #3159: URL: https://github.com/apache/hbase/pull/3159#issuecomment-820521450
> I'm only surprised that you didn't actually modify InfoServer.java in this commit `InfoServer` has a `HttpServer`. > Corollary: is there any reason to not always set the GzipHandler? Seems like something we would ultimately want on all of our HTTP servers. By specifying the handler on the instances of Jetty `Server`, I believe I have applied this change to all endpoints that are hosted on the port. This change does not apply to our Rest gateway's data path, which appears to have its own hand-rolled `GzipFilter` for providing similar functionality. -- 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: [email protected]
