Exception: Rack::HttpStreamingResponse::ResponseTooLarge
- Inherits:
-
StandardError
- Object
- StandardError
- Rack::HttpStreamingResponse::ResponseTooLarge
- Defined in:
- lib/rack/http_streaming_response.rb
Overview
Raised while streaming when the backend body exceeds max_response_length. The status/headers are already sent, so the transfer is aborted mid-stream.