class HTTPClient::SSLSocketWrap

def read(*args)

def read(*args)
  str = @ssl_socket.read(*args)
  debug(str)
  str
end