Method: HTTP::Protocol::HTTP2::Connection#deleted_stream?

Defined in:
lib/http/protocol/http2/connection.rb

#deleted_stream?(frame) ⇒ Boolean

Returns:

  • (Boolean)


286
287
288
# File 'lib/http/protocol/http2/connection.rb', line 286

def deleted_stream? frame
  frame.stream_id <= @local_stream_id or frame.stream_id <= @remote_stream_id
end