Method: Protocol::HTTP2::Connection#receive_frame

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

#receive_frame(frame) ⇒ Object



331
332
333
# File 'lib/protocol/http2/connection.rb', line 331

def receive_frame(frame)
	warn "Unhandled frame #{frame.inspect}"
end