From 6e96c468d4078f451f889e73106252c9a72dcf8a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Aug 2026 13:40:18 +0200 Subject: [PATCH] DEPRECATE.md: HTTP/2 Server Push gets removed in March 2027 URL: https://curl.se/mail/lib-2026-08/0003.html Closes #22490 --- docs/DEPRECATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/DEPRECATE.md b/docs/DEPRECATE.md index 6282237529..e20fba5d61 100644 --- a/docs/DEPRECATE.md +++ b/docs/DEPRECATE.md @@ -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)