mirror of
https://github.com/soypat/lneto.git
synced 2026-08-13 11:23:42 +00:00
run go fix
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user