class Async::HTTP::Protocol::HTTP1::Connection

def close

def close
	Async.logger.debug(self) {"Closing connection"}
	
	@stream.close
end