I am trying to enable compression of http response using twitter finagle 19.1.0. i have added on server Http.server.withCompressionLevel(4) and on the client ha
Http.server.withCompressionLevel(4)