Skip to content

Commit

Permalink
Remove 103 Early Hints limited support caveat
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
havenwood authored Nov 2, 2024
1 parent cd21246 commit d181f0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/roda/plugins/early_hints.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d181f0f

Please sign in to comment.