python-ipp icon indicating copy to clipboard operation
python-ipp copied to clipboard

Fix parsing empty attribute groups

Open ciphax opened this issue 6 months ago • 1 comments

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.

ciphax avatar Apr 15 '25 08:04 ciphax