Files
bun.sh/test/js
Claude Bot acc4442a80 fix: add automatic Connection header for Node.js HTTP compatibility
Implements automatic Connection header behavior to match Node.js:
- Automatically adds "Connection: keep-alive" when no Connection header is set
- Automatically adds "Connection: close" when connection should be closed
- Respects user-provided Connection headers
- Respects explicitly removed Connection headers (via removeHeader)

Fixes Node.js HTTP compatibility by ensuring proper HTTP/1.1 keep-alive behavior.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 06:29:56 +00:00
..
2025-08-14 12:25:16 -07:00
2025-08-08 23:07:19 -07:00