Change #259804
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Tue 03 Mar 2026 23:14:34 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | ad58e07b5433bb548055c1c73b16b6783cf64fa8 |
Comments
curl.h: remove CURLPROTO_MQTTS from the public header - the value collided with the internal one used for WebSocket - we add all new ones as internal bits - bump to 64-bit internal type - introduce new define for setting all protocols (CURLPROTO_64ALL) Reported by Codex Security Closes #20798
Changed files
- docs/libcurl/opts/CURLOPT_PROTOCOLS.md
- docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md
- docs/libcurl/symbols-in-versions
- include/curl/curl.h
- lib/setopt.c
- lib/url.c
- lib/urldata.h