Changeset 3672
- Timestamp:
- 19/11/08 03:29:09 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/base/src/net/tls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/net/tls.py
r3671 r3672 147 147 # TLSConnection). So if self._handshake is True, we return False here 148 148 # to prevent the IOChannel from responding to reads and passing data 149 # from the TLS handshake back to the user. If it's True, we defer to149 # from the TLS handshake back to the user. If it's False, we defer to 150 150 # the default behaviour. 151 151 return not self._handshake and super(TLSSocket, self)._is_read_connected()
