remove silly comment about compression not being tested
This commit is contained in:
Robey Pointer 2006-12-25 20:26:31 -05:00
parent 5a30821a7d
commit bc66f5eed2
1 changed files with 1 additions and 2 deletions

View File

@ -1271,8 +1271,7 @@ class Transport (threading.Thread):
"""
Turn on/off compression. This will only have an affect before starting
the transport (ie before calling L{connect}, etc). By default,
compression is off since it negatively affects interactive sessions
and is not fully tested.
compression is off since it negatively affects interactive sessions.
@param compress: C{True} to ask the remote client/server to compress
traffic; C{False} to refuse compression