Method: Protocol::HTTP2::Connection#close!

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

#close!Object

Transition the connection into the closed state.



201
202
203
204
205
# File 'lib/protocol/http2/connection.rb', line 201

def close!
	@state = :closed
	
	return self
end