Revision fe267188 lib/http/client.py

b/lib/http/client.py
254 254

  
255 255
    # Do the secret SSL handshake
256 256
    if self.using_ssl:
257
      self.sock.set_connect_state()
257
      self.sock.set_connect_state() # pylint: disable-msg=E1103
258 258
      try:
259 259
        http.Handshake(self.sock, self.WRITE_TIMEOUT)
260 260
      except http.HttpSessionHandshakeUnexpectedEOF:

Also available in: Unified diff