From: Daniel Stenberg Date: Tue, 9 Jan 2024 10:12:02 +0000 (+0100) Subject: WEBSOCKET.md: remove dead link X-Git-Tag: curl-8_6_0~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d9bf0db7e3800fb787697086bba1b1cc2008b84;p=thirdparty%2Fcurl.git WEBSOCKET.md: remove dead link --- 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**: