From 5ee0de6458c471e01330fc3b31adbb6c16e489a4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Mar 2026 16:02:56 -0400 Subject: [PATCH] Replace HTTP/2 server push with dependency injection in backlog HTTP/2 server push was removed from the spec and dropped by browsers. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/source/backlog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/backlog.md b/docs/source/backlog.md index 7dfd145..f8c49a0 100644 --- a/docs/source/backlog.md +++ b/docs/source/backlog.md @@ -5,4 +5,4 @@ - Per-route rate limiting (different limits for different endpoints) - Built-in structured logging with request context - OpenAPI 3.1 support -- HTTP/2 server push +- Dependency injection for route handlers