Clarify that single-line don't need a newline terminator
This commit is contained in:
parent
431bab2824
commit
15e216ff7c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue