class HTTPClient::SSLSocket

def gets(rs)

def gets(rs)
  str = @ssl_socket.gets(rs)
  debug(str)
  str
end