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
Alternative approach: Remove timeout mechanism, rely on stream cleanup
This commit demonstrates that PR #559's stream cleanup alone is sufficient
to prevent hanging, even with servers that ignore SIGTERM. Testing shows:
1. PR #559 stream cleanup alone handles all tested hanging scenarios
2. Timeout mechanism may be unnecessary additional complexity
3. Existing Unix behavior works fine without timeouts
4. Original timeout tests still pass, confirming no regression
This simpler approach preserves Unix behavior while eliminating
platform-specific timeout handling complexity.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments