class Async::HTTP::Protocol::HTTP2::Response

def close!

Stream state transition into `:closed`.
def close!
	self.promises.enqueue(nil)
end