Method: Tipi::HTTP2StreamHandler#on_half_close
- Defined in:
- lib/tipi/http2_stream.rb
#on_half_close ⇒ Object
66 67 68 69 |
# File 'lib/tipi/http2_stream.rb', line 66 def on_half_close @get_body_chunk_fiber&.schedule @complete = true end |