This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients naif, pitrou
Date 2011-12-19.10:58:04
SpamBayes Score 0.0011702179
Marked as misclassified No
Message-id <1324292285.38.0.700610420777.issue13634@psf.upfronthosting.co.za>
In-reply-to
Content
So, there are two things here:
- allow to disable compression (it's enabled by default AFAICT) using the SSL_OP_NO_COMPRESSION flag
- allow to query compression status on SSL sockets using the SSL_get_current_compression() API
History
Date User Action Args
2011-12-19 10:58:05pitrousetrecipients: + pitrou, naif
2011-12-19 10:58:05pitrousetmessageid: <1324292285.38.0.700610420777.issue13634@psf.upfronthosting.co.za>
2011-12-19 10:58:04pitroulinkissue13634 messages
2011-12-19 10:58:04pitroucreate