Files
bun.sh/packages
Claude Bot 1349b98d43 Fix write3 to only re-subscribe on partial writes or EAGAIN/EWOULDBLOCK
Don't re-subscribe to poll for fatal errors like ECONNRESET, EPIPE, etc.
Only re-subscribe when:
- Partial write (0 <= written < length)
- Flow control error (EAGAIN/EWOULDBLOCK)

This matches the correct behavior where fatal errors should not trigger
poll re-subscription.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 07:20:17 +00:00
..