06dcca1dbc
Motivation: When the response is very small, compression will inflate the response. Modifications: Add filed io.netty.handler.codec.http.HttpContentCompressor#compressThreshold that control whether the HTTP response should be compressed. Result: Fixes #7660.