Method: Protocol::HTTP2::GoawayFrame#apply
- Defined in:
- lib/protocol/http2/goaway_frame.rb
#apply(connection) ⇒ Object
55 56 57 |
# File 'lib/protocol/http2/goaway_frame.rb', line 55 def apply(connection) connection.receive_goaway(self) end |