[Libreoffice-commits] online.git: loolwsd/protocol.txt

Tor Lillqvist tml at collabora.com
Tue May 3 05:15:35 UTC 2016


 loolwsd/protocol.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 15e216ff7c7b683cd9c912523e1d04c7180e8022
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue May 3 08:15:06 2016 +0300

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

diff --git a/loolwsd/protocol.txt b/loolwsd/protocol.txt
index 22e8682..5f8d780 100644
--- a/loolwsd/protocol.txt
+++ b/loolwsd/protocol.txt
@@ -1,6 +1,6 @@
 All communication consists of messages that are one line of
-human-readable UTF-8 text optionally followed by a single newline and
-binary data.
+human-readable UTF-8 text (with no terminating newline), optionally
+followed by a single newline and binary data.
 
 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


More information about the Libreoffice-commits mailing list