moq-wg / moq-transport

draft-ietf-moq-transport
Other
87 stars 22 forks source link

Error code definitions use proper English #545

Open LPardue opened 2 months ago

LPardue commented 2 months ago

There are several error cocdes defined in MoQT which state a code and a reason, that is proper English. This contrasts with the QUIC and HTTP/3 specs, which define error codes using Upper Case format. E.g. "Foo Bar" vs. "FOO_BAR".

This is purely an editorial thing but given that people will probably be cross referencing all these specs, the deviation in MoQT seems unnecessary.

fluffy commented 1 month ago

+1 on using the names that don't have spaces and easily translate into ENUM values in code.