lib/http/protocol/http2/push_promise_frame.rb in http-protocol-0.3.0 vs lib/http/protocol/http2/push_promise_frame.rb in http-protocol-0.3.1
- old
+ new
@@ -41,13 +41,9 @@
include Continued, Padded
TYPE = 0x5
FORMAT = "N".freeze
- def end_headers?
- flag_set?(END_HEADERS)
- end
-
def unpack
data = super
stream_id = data.unpack(FORMAT).first