Method: Protocol::HTTP2::Continued#unpack
- Defined in:
- lib/protocol/http2/continuation_frame.rb
#unpack ⇒ Object
89 90 91 92 93 94 95 |
# File 'lib/protocol/http2/continuation_frame.rb', line 89 def unpack if @continuation.nil? super else super + @continuation.unpack end end |