doc/protocol.rst: binary responses do have a newline after all

Closes https://github.com/MusicPlayerDaemon/MPD/issues/568
This commit is contained in:
Max Kellermann 2019-05-31 16:47:41 +02:00
parent 17039aec70
commit 0f488dcecf
1 changed files with 4 additions and 4 deletions

View File

@ -65,13 +65,13 @@ Binary Responses
Some commands can return binary data. This is initiated by a line
containing ``binary: 1234`` (followed as usual by a newline). After
that, the specified number of bytes of binary data follows (without an
extra newline, because this binary data is not a text line), and
finally the ``OK`` line. Example::
that, the specified number of bytes of binary data follows, then a
newline, and finally the ``OK`` line. Example::
foo: bar
binary: 42
<42 bytes>OK
<42 bytes>
OK
Failure responses