lib/http/protocol/http2/headers_frame.rb in http-protocol-0.3.0 vs lib/http/protocol/http2/headers_frame.rb in http-protocol-0.3.1
- old
+ new
@@ -47,13 +47,9 @@
def priority?
flag_set?(PRIORITY)
end
- def end_headers?
- flag_set?(END_HEADERS)
- end
-
def end_stream?
flag_set?(END_STREAM)
end
def unpack