class HTTPClient::SSLSocket

def read(size, buf = nil)

def read(size, buf = nil)
  str = @ssl_socket.read(size, buf)
  debug(str)
  str
end