mirror of
https://github.com/curl/curl.git
synced 2026-07-28 10:53:08 +03:00
WebSockets: make support official (non-experimental)
Inverts the configure/cmake options to instead provide options that disable WebSockets and have them (ws + wss) enabled by default. Closes #14936
This commit is contained in:
parent
cfae354a9a
commit
d78e129d50
26 changed files with 108 additions and 107 deletions
|
|
@ -185,3 +185,7 @@ Disable the TFTP protocol
|
|||
## `CURL_DISABLE_VERBOSE_STRINGS`
|
||||
|
||||
Disable verbose strings and error messages.
|
||||
|
||||
## `CURL_DISABLE_WEBSOCKETS`
|
||||
|
||||
Disable the WebSocket protocols.
|
||||
|
|
|
|||
|
|
@ -57,15 +57,6 @@ Graduation requirements:
|
|||
|
||||
- a reasonable expectation of a stable API going forward.
|
||||
|
||||
### WebSocket
|
||||
|
||||
Graduation requirements:
|
||||
|
||||
- feedback from users saying that the API works for their specific use cases
|
||||
|
||||
- unless the above happens, we consider WebSocket silently working by
|
||||
September 2024 when it has been stewing as EXPERIMENTAL for two years.
|
||||
|
||||
## ECH
|
||||
|
||||
Use of the HTTPS resource record and Encrypted Client Hello (ECH) when using
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue