##// END OF EJS Templates
sslutil: prevent CRIME...
sslutil: prevent CRIME ssl.create_default_context() disables compression on the TLS channel in order to prevent CRIME. I think we should follow CPython's lead and attempt to disable channel compression in order to help prevent information leakage. Sadly, I don't think there is anything we can do on Python versions that don't have an SSLContext, as there is no way to set channel options with the limited ssl API.

File last commit:

r16498:d76ba209 stable
r29558:a935cd7d default
Show More
test-filelog.py.out
2 lines | 86 B | text/plain | TextLexer
ERROR: FIXME: This is a known failure of filelog.size for data starting with \1\n
OK.