class Async::HTTP::Protocol::HTTP2::Stream::Output
def close(error = nil)
def close(error = nil) if @stream if error @stream.close(error) else self.close_write end @stream = nil end end
def close(error = nil) if @stream if error @stream.close(error) else self.close_write end @stream = nil end end