From e1766d072f04b1df9b7d231a7a8407c3644bc90a Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Tue, 28 Jul 2026 21:45:21 -0300 Subject: [PATCH] run go fix --- http/httphi/httphi_fuzz_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }