run go fix

This commit is contained in:
Patricio Whittingslow
2026-07-28 21:45:21 -03:00
parent c32fc23486
commit e1766d072f
+1 -1
View File
@@ -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)
}