This PR introduces rrdp::LimitedNotificationFile which allows limiting the number of delta kept during parsing of the XML. It also more strictly checks that the deltas are correct and consistent and keeps an error instead of the delta list in case they aren’t.
This is a separate type since producing the notification file doesn’t need any of this.
This PR introduces
rrdp::LimitedNotificationFile
which allows limiting the number of delta kept during parsing of the XML. It also more strictly checks that the deltas are correct and consistent and keeps an error instead of the delta list in case they aren’t.This is a separate type since producing the notification file doesn’t need any of this.