Fix small typo in protocol-basics.rst (#462)
This commit is contained in:
parent
55e060c318
commit
ee7e536a38
@ -25,7 +25,7 @@ Clients making batch requests should limit their size depending on the
|
|||||||
nature of their query, because servers will limit response size as an
|
nature of their query, because servers will limit response size as an
|
||||||
anti-DoS mechanism.
|
anti-DoS mechanism.
|
||||||
|
|
||||||
Eeach RPC call, and each response, is separated by a single newline in
|
Each RPC call, and each response, is separated by a single newline in
|
||||||
their respective streams. The JSON specification does not permit
|
their respective streams. The JSON specification does not permit
|
||||||
control characters within strings, so no confusion is possible there.
|
control characters within strings, so no confusion is possible there.
|
||||||
However it does permit newlines as extraneous whitespace between
|
However it does permit newlines as extraneous whitespace between
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user