diff --git a/helpers/ws/support.md b/helpers/ws/support.md index ea32669f98..68118757a6 100644 --- a/helpers/ws/support.md +++ b/helpers/ws/support.md @@ -1,10 +1,8 @@ # Support -WebSocket is an **EXPERIMENTAL** feature present in libcurl 7.86.0 and -later. Since it is experimental, you need to explicitly enable it in the build -for it to be present and available. - To figure out if your libcurl installation supports WebSocket, you can call [`curl_version_info()`](../../libcurl/api.md) and check the `->protocols` fields in the returned struct. It should contain `ws` for it to be present, and probably also `wss`. + +WebSocket is supported by default since 8.11.0. diff --git a/protocols/curl.md b/protocols/curl.md index 6c492b52ab..6da83829a4 100644 --- a/protocols/curl.md +++ b/protocols/curl.md @@ -169,10 +169,8 @@ servers and clients use UDP port 69. WebSocket is a bidirectional TCP-like protocol, setup over an HTTP(S) request. WS is the scheme for the clear text version done over plain HTTP. -Experimental support for this was added to curl 7.86.0. ## WSS WebSocket is a bidirectional TCP-like protocol, setup over an HTTP(S) request. WSS is the scheme for the secure version done over HTTPS. -Experimental support for this was added to curl 7.86.0.