lib/http/protocol/http2/headers_frame.rb in http-protocol-0.1.1 vs lib/http/protocol/http2/headers_frame.rb in http-protocol-0.2.0
- old
+ new
@@ -43,15 +43,9 @@
class HeadersFrame < Frame
include Continued, Padded
TYPE = 0x1
- def initialize(*)
- super
-
- @priority = nil
- end
-
def priority?
flag_set?(PRIORITY)
end
def end_headers?