Method: Protocol::HTTP2::GoawayFrame#connection?

Defined in:
lib/protocol/http2/goaway_frame.rb

#connection?Boolean

Returns:

  • (Boolean)


39
40
41
# File 'lib/protocol/http2/goaway_frame.rb', line 39

def connection?
	true
end