class Async::HTTP::Protocol::HTTP2::Response
def receive_reset_stream(stream, error_code)
def receive_reset_stream(stream, error_code) if error_code > 0 @exception = EOFError.new(error_code) end @notification.signal end
def receive_reset_stream(stream, error_code) if error_code > 0 @exception = EOFError.new(error_code) end @notification.signal end