Method: Protocol::HTTP2::ResetStreamFrame#apply
- Defined in:
- lib/protocol/http2/reset_stream_frame.rb
#apply(connection) ⇒ Object
59 60 61 |
# File 'lib/protocol/http2/reset_stream_frame.rb', line 59 def apply(connection) connection.receive_reset_stream(self) end |