Skip to content

Commit

Permalink
retry-after can only be specified once.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 26, 2024
1 parent bdabfd7 commit 99ffa4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/protocol/http/headers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def []= key, value
"from" => false,
"location" => false,
"max-forwards" => false,
"retry-after" => false,

# Custom headers:
"connection" => Header::Connection,
Expand Down

0 comments on commit 99ffa4a

Please sign in to comment.