SSLSocket.compression()
Return the compression algorithm being used as a string, or None
if the connection isn’t compressed.
If the higher-level protocol supports its own compression mechanism, you can use OP_NO_COMPRESSION
to disable SSL-level compression.
New in version 3.3.
Please login to continue.