Files
robobun 8f61adf494 Harden chunked encoding parser (#26594)
## Summary
- Improve handling of fragmented chunk data in the HTTP parser
- Add test coverage for edge cases

## Test plan
- [x] New tests pass
- [x] Existing tests pass

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

Co-authored-by: Claude Bot <claude-bot@bun.sh>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 01:18:39 -08:00
..
2024-09-24 20:39:29 -07:00

Bun's fork of uWebSockets

Bun's HTTP & WebSocket server is based on uWebSockets. Thanks to @uNetworkingAB for the great work!