From 0ec806d046f921f44db054bca42384927025cb36 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Jun 2023 23:38:22 +0200 Subject: [PATCH] libcurl-ws.3: fix typo --- docs/libcurl/libcurl-ws.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/libcurl-ws.3 b/docs/libcurl/libcurl-ws.3 index 30db28646857d8..dbbfa081bda1f4 100644 --- a/docs/libcurl/libcurl-ws.3 +++ b/docs/libcurl/libcurl-ws.3 @@ -43,7 +43,7 @@ over HTTP and "WSS" is for doing WebSocket securely over HTTPS. A WebSocket request is done as an HTTP/1 GET request with an "Upgrade WebSocket" request header field. When the upgrade is accepted by the server, it responds with a 101 Switching and then the client can speak WebSocket with -the server. The communcation can happen in both directions at the same time. +the server. The communication can happen in both directions at the same time. .SH MESSAGES WebSocket communication is message based. That means that both ends send and receive entire messages, not streams like TCP. A WebSocket message is sent