Skip to content

Commit 65cbe71

Browse files
committed
Revert "Add priority header. (#73)"
This reverts commit 5d91c76.
1 parent 0927137 commit 65cbe71

File tree

3 files changed

+0
-148
lines changed

3 files changed

+0
-148
lines changed

lib/protocol/http/header/priority.rb

-65
This file was deleted.

lib/protocol/http/headers.rb

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
require_relative "header/vary"
1414
require_relative "header/authorization"
1515
require_relative "header/date"
16-
require_relative "header/priority"
1716

1817
module Protocol
1918
module HTTP
@@ -247,7 +246,6 @@ def []= key, value
247246
"connection" => Header::Connection,
248247
"cache-control" => Header::CacheControl,
249248
"vary" => Header::Vary,
250-
"priority" => Header::Priority,
251249

252250
# Headers specifically for proxies:
253251
"via" => Split,

test/protocol/http/header/priority.rb

-81
This file was deleted.

0 commit comments

Comments
 (0)