Method: HTTP::Protocol::HTTP2::Connection#receive_goaway

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

#receive_goaway(frame) ⇒ Object



153
154
155
# File 'lib/http/protocol/http2/connection.rb', line 153

def receive_goaway(frame)
	@state = :closed
end