Clarify that single-line don't need a newline terminator

This commit is contained in:
Tor Lillqvist 2016-05-03 08:15:06 +03:00
parent 431bab2824
commit 15e216ff7c

View file

@ -1,6 +1,6 @@
All communication consists of messages that are one line of All communication consists of messages that are one line of
human-readable UTF-8 text optionally followed by a single newline and human-readable UTF-8 text (with no terminating newline), optionally
binary data. followed by a single newline and binary data.
The protocol is not a request-response one. Messages may be sent in The protocol is not a request-response one. Messages may be sent in
either direction at any time, either in response to some message, or either direction at any time, either in response to some message, or