• v1.1.8-alpha3
    Docker Build and Push / Run Tests (push) Successful in 2m30s
    Docker Build and Push / Build and Push Docker Image (push) Successful in 14m44s
    Tests / Run Tests (pull_request) Successful in 2m27s

    bagas released this 2026-07-18 15:29:28 +07:00 | 42 commits to main since this release

    Unbounded 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