class Protocol::HTTP2::Connection

def maximum_frame_size

The size of a frame payload is limited by the maximum size that a receiver advertises in the SETTINGS_MAX_FRAME_SIZE setting.
def maximum_frame_size
	@remote_settings.maximum_frame_size
end