diff --git a/http/httphi/httphi_fuzz_test.go b/http/httphi/httphi_fuzz_test.go index a2b8bce..71590d0 100644 --- a/http/httphi/httphi_fuzz_test.go +++ b/http/httphi/httphi_fuzz_test.go @@ -188,7 +188,7 @@ func FuzzHandleRequest(f *testing.F) { if ops&opStageHeaders != 0 { // Literal fields: staging request bytes would test the caller's // escaping, not this package's framing. - for i := uint64(0); i < stage; i++ { + for i := range stage { exch.StageHeader("X-Fuzz", "value") exch.StageHeaderInt("X-Fuzz-Int", int64(i), 10) }