Files
bun.sh/test/regression
Claude Bot 3325d43f14 Fix HTTP response header handling for Express compatibility
- Strip Content-Length and other content-related headers for 204, 304, and 1xx responses per RFC 2616
- Added test coverage for Express HTTP edge cases

This partially fixes Express test suite compatibility, addressing header stripping requirements for responses that must not include a message body.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 00:05:41 +00:00
..