From d181f0f0169915b654ec13163b666412e0e4c901 Mon Sep 17 00:00:00 2001 From: Shannon Skipper Date: Sat, 2 Nov 2024 11:42:17 -0700 Subject: [PATCH] Remove 103 Early Hints limited support caveat Updated `early_hints` plugin documentation to remove a caveat about only Puma supporting 103 Early Hints. I think the caveat can be dropped now that folk are using newer versions of Puma and Falcon and Pitchfork have added Early Hints support. --- lib/roda/plugins/early_hints.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/roda/plugins/early_hints.rb b/lib/roda/plugins/early_hints.rb index 1e1a267b..9a7f25d5 100644 --- a/lib/roda/plugins/early_hints.rb +++ b/lib/roda/plugins/early_hints.rb @@ -4,8 +4,7 @@ class Roda module RodaPlugins # The early_hints plugin allows sending 103 Early Hints responses - # using the rack.early_hints environment variable. Currently, this - # is only supported by puma 3.11+, and on other servers this is a no-op. + # using the rack.early_hints environment variable. # Early hints allow clients to preload necessary files before receiving # the response. module EarlyHints