RFC Errata
Found 1 record.
Status: Reported (1)
RFC 6230, "Media Control Channel Framework", May 2011
Source of RFC: mediactrl (rai)
Errata ID: 7596
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Kim Hermansson
Date Reported: 2023-08-11
Section 9.1 says:
ext-header = hname ":" SP hval CRLF
It should say:
ext-header = hname ":" SP hval
Notes:
Same as errata 1954 (RFC 4975); the rule:
headers = header-name CRLF
already suffixes every header with a CRLF. The result is that the extension headers are followed by 2 CRLFs, introducing empty lines inside the header segment. This appears to be unintended, since none of the other headers have a terminating CRLF in their production rules, only the ext-header.