Method: Protocol::HTTP2::Connection#receive_goaway
- Defined in:
- lib/protocol/http2/connection.rb
#receive_goaway(frame) ⇒ Object
150 151 152 |
# File 'lib/protocol/http2/connection.rb', line 150 def receive_goaway(frame) @state = :closed end |