Method: Protocol::HTTP2::Framer#closed?
- Defined in:
- lib/protocol/http2/framer.rb
#closed? ⇒ Boolean
Check if the underlying stream is closed.
68 69 70 |
# File 'lib/protocol/http2/framer.rb', line 68 def closed? @stream.closed? end |