From efeb1ee6f5f774392061f18853f8c65355442c5a Mon Sep 17 00:00:00 2001 From: Lars Henrik Bolstad Date: Mon, 6 Feb 2023 18:04:46 +0100 Subject: [PATCH] Remove unintentional newline in doc --- doc/source/swupdate-ipc-interface.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/swupdate-ipc-interface.rst b/doc/source/swupdate-ipc-interface.rst index 87241e982..e086ad5b3 100644 --- a/doc/source/swupdate-ipc-interface.rst +++ b/doc/source/swupdate-ipc-interface.rst @@ -300,8 +300,7 @@ If configured (see post update command), this request will restart the device. WebSocket API ------------- -The integrated Webserver exposes a WebSocket API. The WebSocket protocol specification defines ws (WebSocket) and wss (WebSocket Secure) as two new uniform resource identifier (URI) schemes that are used for unencrypted and encrypted con -nections, respectively and both of them are supported by SWUpdate. +The integrated Webserver exposes a WebSocket API. The WebSocket protocol specification defines ws (WebSocket) and wss (WebSocket Secure) as two new uniform resource identifier (URI) schemes that are used for unencrypted and encrypted connections, respectively and both of them are supported by SWUpdate. A WebSocket provides full-duplex communication but it is used in SWUpdate to send events to an external host after each change in the update process. The Webserver sends JSON formatted responses as results of internal events.