From 01767198f2e54636651e0bcc5d24370c09fb4012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 14 Oct 2020 00:00:04 +0200 Subject: WebSockets -> WebSocket This is the correct name of the protocol, usage of the word "WebSockets" should be limited. --- json-rpc-shell.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json-rpc-shell.adoc') 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 -- cgit v1.2.3