python-ipp
python-ipp copied to clipboard
Fix parsing empty attribute groups
According to 3.1.2 in RFC 8010 attribute groups can contain 0 or more attributes. Currently the parser expects at least one attribute. This causes the parser to fail when an empty attribute group is sent.
This change adds support for empty attribute groups.