Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicit disable support of SSL / TLS Compression
Motivation: Our ReferenceCountedOpenSslEngine does not support compression so we should explicit disable it. This is related to netty#3722. Modifications: Set SSL_OP_NO_COMPRESSION option. Result: Not use compression.
- Loading branch information