Files
bun.sh/test/js/node
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-05-26 21:18:22 -07:00
2025-08-04 19:42:40 -07:00