From 6d9bf0db7e3800fb787697086bba1b1cc2008b84 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 9 Jan 2024 11:12:02 +0100 Subject: [PATCH] WEBSOCKET.md: remove dead link --- docs/WEBSOCKET.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/WEBSOCKET.md b/docs/WEBSOCKET.md index ba84c2284f..c3967b8eab 100644 --- a/docs/WEBSOCKET.md +++ b/docs/WEBSOCKET.md @@ -109,10 +109,9 @@ Ideas: ## Why not libWebSocket -[libWebSocket](https://libWebSockets.org/) is said to be a solid, fast and -efficient WebSocket library with a vast amount of users. My plan was -originally to build upon it to skip having to implement the low level parts of -WebSocket myself. +libWebSocket is said to be a solid, fast and efficient WebSocket library with +a vast amount of users. My plan was originally to build upon it to skip having +to implement the low level parts of WebSocket myself. Here are the reasons why I have decided to move forward with WebSocket in curl **without using libWebSocket**: