Skip to content

Commit

Permalink
Revert "Add priority header. (#73)"
Browse files Browse the repository at this point in the history
This reverts commit 5d91c76.
  • Loading branch information
ioquatix committed Nov 28, 2024
1 parent 0927137 commit caed992
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 148 deletions.
65 changes: 0 additions & 65 deletions lib/protocol/http/header/priority.rb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/protocol/http/headers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
require_relative "header/vary"
require_relative "header/authorization"
require_relative "header/date"
require_relative "header/priority"

module Protocol
module HTTP
Expand Down Expand Up @@ -247,7 +246,6 @@ def []= key, value
"connection" => Header::Connection,
"cache-control" => Header::CacheControl,
"vary" => Header::Vary,
"priority" => Header::Priority,

# Headers specifically for proxies:
"via" => Split,
Expand Down
81 changes: 0 additions & 81 deletions test/protocol/http/header/priority.rb

This file was deleted.

0 comments on commit caed992

Please sign in to comment.