[Python-Dev] OP_NO_COMPRESSION
Antoine Pitrou
solipsis at pitrou.net
Sun Mar 23 16:46:39 CET 2014
More information about the Python-Dev mailing list
Sun Mar 23 16:46:39 CET 2014
- Previous message: [Python-Dev] PEP 466: Proposed policy change for handling network security enhancements
- Next message: [Python-Dev] OP_NO_COMPRESSION
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 23 Mar 2014 11:37:25 -0400 Donald Stufft <donald at stufft.io> wrote: > > I already did open an issue and write a patch :) > > There’s someone on that issue saying that flipping that without a way to flip it back > would break their application. You're right, I had forgotten about that :-) I'd be surprised if disabling compression could altogether break an application. It may make it less efficient, though, if it relied on TLS to compress data for it (which doesn't sound like a good thing to rely on, anyway). Regards Antoine.
- Previous message: [Python-Dev] PEP 466: Proposed policy change for handling network security enhancements
- Next message: [Python-Dev] OP_NO_COMPRESSION
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list