build: make HTTP_ONLY build options also disable websockets

Closes #20525
This commit is contained in:
Viktor Szakats 2026-02-05 12:31:42 +01:00
parent 4fb5c916fd
commit f659b82c2a
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -263,6 +263,9 @@
# ifndef CURL_DISABLE_TFTP
# define CURL_DISABLE_TFTP
# endif
# ifndef CURL_DISABLE_WEBSOCKETS
# define CURL_DISABLE_WEBSOCKETS
# endif
#endif
/*