class Async::HTTP::Protocol::HTTP2::Output

def close(error = nil)

This method should only be called from within the context of the output task.
def close(error = nil)
	close_write(error)
	stop(error)
end