class Async::HTTP::Protocol::HTTP2::Stream
def close(error = nil)
def close(error = nil) super if @input @input.close(error) @input = nil end if @output @output.close(error) @output = nil end end
def close(error = nil) super if @input @input.close(error) @input = nil end if @output @output.close(error) @output = nil end end