WebSockets -> WebSocket

This is the correct name of the protocol, usage of the word
"WebSockets" should be limited.
This commit is contained in:
2020-10-14 00:00:04 +02:00
parent 5854ed1b32
commit 01767198f2
4 changed files with 15 additions and 15 deletions

View File

@@ -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