class Async::HTTP::Protocol::HTTP2::Stream

def close!

def close!
	super
	
	@delegate.close!
end