You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verifies that when a client disconnects during streaming:
- IOError is properly propagated
- Stream cleanup (close) still executes via ensure block
- No chunks are written after the disconnect
This test confirms that the error propagation + ensure block pattern
(from commits 25c0ae2 and f9d493b) correctly handles cleanup without
explicit rescue blocks for IOError/ClientDisconnected.
Co-authored-by: Ihab Adham <ihabadham@users.noreply.github.com>
0 commit comments