diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-14 00:00:04 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-14 00:03:34 +0200 |
commit | 01767198f2e54636651e0bcc5d24370c09fb4012 (patch) | |
tree | 3a1df1f61b347d007befcbf201ce876dd395b30f /json-rpc-shell.adoc | |
parent | 5854ed1b32be470b2ca9c126681fa4b417b94d37 (diff) | |
download | json-rpc-shell-01767198f2e54636651e0bcc5d24370c09fb4012.tar.gz json-rpc-shell-01767198f2e54636651e0bcc5d24370c09fb4012.tar.xz json-rpc-shell-01767198f2e54636651e0bcc5d24370c09fb4012.zip |
WebSockets -> WebSocket
This is the correct name of the protocol, usage of the word
"WebSockets" should be limited.
Diffstat (limited to 'json-rpc-shell.adoc')
-rw-r--r-- | json-rpc-shell.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-rpc-shell.adoc b/json-rpc-shell.adoc index 31f78b7..5944ed2 100644 --- a/json-rpc-shell.adoc +++ b/json-rpc-shell.adoc @@ -114,8 +114,8 @@ the M-e key combination. Both *readline*(3) and *editline*(7) also support multiline editing natively, though you need to press C-v C-j in order to insert newlines. -WebSockets -~~~~~~~~~~ +WebSocket +~~~~~~~~~ The JSON-RPC 2.0 specification doesn't say almost anything about underlying transports. The way it's implemented here is that every request is sent as a single text message. If it has an "id" field, i.e., it's not just |