Github user ted-ross commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/101#discussion_r80094430 --- Diff: include/qpid/dispatch/iterator.h --- @@ -180,6 +180,8 @@ void qd_address_iterator_set_phase(qd_field_iterator_t *iter, char phase); */ void qd_address_iterator_override_prefix(qd_field_iterator_t *iter, char prefix); +void qd_address_iterator_set_length(qd_field_iterator_t *iter, int length); --- End diff -- You should add a comment to document this new method. What happens if this method is called with a length that is greater than the current iterator's length?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org