You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/04/15 15:30:31 UTC

[GitHub] [hbase] ndimiduk commented on pull request #3159: HBASE-25770 Http InfoServers should honor gzip encoding when requested

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:
users@infra.apache.org