WEBSOCKET.md: remove dead link

This commit is contained in:
Daniel Stenberg 2024-01-09 11:12:02 +01:00
Родитель e2fbe56610
Коммит 6d9bf0db7e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -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**: