Exception: Rack::HttpStreamingResponse::StreamAborted

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rack/http_streaming_response.rb

Overview

Raised INTO the request Fiber to unwind it on early termination (client abort, HEAD, 204/304, oversize response). Deliberately a direct StandardError subclass — it must never match the network-error classes Net::HTTP#request retries on, or aborting a stream could replay the request against the backend.