class Async::HTTP::Protocol::HTTP2::Output
def close_write(error = nil)
def close_write(error = nil) if stream = @stream @stream = nil stream.finish_output(error) end end
def close_write(error = nil) if stream = @stream @stream = nil stream.finish_output(error) end end