zeromq / rfc

ZeroMQ RFC project
https://rfc.zeromq.org
109 stars 64 forks source link

ZMTP-PLAIN: prose contradicts ABNF #155

Open cite-reader opened 4 years ago

cite-reader commented 4 years ago

The prose contains this language:

All command bodies consist of an 8-character command name, padded with spaces, [...]

This contradicts the ABNF immediately prior, in which command names are of variable length and unpadded.

Libzmq's implementation conforms to the ABNF, so it's probably the prose that should be updated.

bluca commented 4 years ago

Feel free to send a PR to fix it