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 dstufft
Recipients christian.heimes, dstufft, ncoghlan, pitrou
Date 2014-03-20.14:01:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395324089.86.0.0754180051012.issue20994@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I hadn't noticed the OP_ALL thing, in 3.3+ adding OP_NO_COMPRESSION to OP_ALL would be reasonable. That would disable TLS Compression by default, still provide people the ability to disable TLS Compression if they don't use OP_ALL, and provide a way to enable it if they want it.

Do you think it'd be OK to just disable TLS Compression in 2.7 and 3.2 without the option to turn it back on? I think that would be fine personally.
History
Date User Action Args
2014-03-20 14:01:29dstufftsetrecipients: + dstufft, ncoghlan, pitrou, christian.heimes
2014-03-20 14:01:29dstufftsetmessageid: <1395324089.86.0.0754180051012.issue20994@psf.upfronthosting.co.za>
2014-03-20 14:01:29dstufftlinkissue20994 messages
2014-03-20 14:01:29dstufftcreate