-
v1.1.8-alpha3
released this
2026-07-18 15:29:28 +07:00 | 42 commits to main since this releaseUnbounded memory read in readHTTPHeader
Bug Fixes:
- Switching to ReadSlice('\n') with an incremental limit check on bufio.ErrBufferFull, so memory stays bounded by HeaderSize + buffer. Full suite + vet still green.
Downloads