From: Gregory Panakkal <24560430+gregorypanakkal@users.noreply.github.com> Date: Fri, 10 Feb 2023 08:32:57 +0000 (+0530) Subject: WEBSOCKET.md: typo X-Git-Tag: curl-7_88_0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01772a3c3913424f2236b6ed3120d371ac7eb659;p=thirdparty%2Fcurl.git WEBSOCKET.md: typo Fixing missing slash for ws protocol scheme Closes #10464 --- diff --git a/docs/WEBSOCKET.md b/docs/WEBSOCKET.md index b05a2ae60f..ba84c2284f 100644 --- a/docs/WEBSOCKET.md +++ b/docs/WEBSOCKET.md @@ -9,7 +9,7 @@ SPDX-License-Identifier: curl ## URL WebSocket communication with libcurl is done by setting up a transfer to a URL -using the `ws:/` or `wss://` URL schemes. The latter one being the secure +using the `ws://` or `wss://` URL schemes. The latter one being the secure version done over HTTPS. When using `wss://` to do WebSocket over HTTPS, the standard TLS and HTTPS