class Protocol::HTTP2::ContinuationFrame

def apply(connection)

This is only invoked if the continuation is received out of the normal flow.
def apply(connection)
	connection.receive_continuation(self)
end