Method: Tipi::HTTP2StreamHandler#stop

Defined in:
lib/tipi/http2_stream.rb

#stopObject


190
191
192
193
194
195
# File 'lib/tipi/http2_stream.rb', line 190

def stop
  return if @complete

  @stream.close
  @stream_fiber.schedule(Polyphony::MoveOn.new)
end