DEPRECATE.md: HTTP/2 Server Push gets removed in March 2027

URL: https://curl.se/mail/lib-2026-08/0003.html
Closes #22490
This commit is contained in:
Daniel Stenberg 2026-08-05 13:40:18 +02:00
parent d1eca3861c
commit 6e96c468d4
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -47,6 +47,16 @@ future curl versions when built without TLS support. For example Digest.
Local crypto gets removed in October 2026.
## HTTP/2 Server Push
This protocol feature has been deprecated in specifications, by major browsers,
and in server implementations. It was never supported by the curl command line
tool, only by libcurl.
We estimate that barely any libcurl users still use this feature.
HTTP/2 Server Push gets removed in March 2027.
## Past removals
- axTLS (removed in 7.63.0)