simplify clanker slop

This commit is contained in:
Patricio Whittingslow
2026-07-26 22:08:57 -03:00
parent ebfd80c80c
commit 33ed289d30
2 changed files with 15 additions and 29 deletions
+1 -1
View File
@@ -790,7 +790,7 @@ func serveMultipart(t *testing.T, request string, bufSize int, skip string, segm
}
return new(partBuffer)
}
parts, gotErr = exch.ReadMultiparts(parts, make([]byte, bufSize), newSink, nopBackoff)
parts, gotErr = exch.ReadMultiparts(parts, make([]byte, bufSize), newSink)
})
exch := newExchange(t, conn, 1024, false)
if err := Handle(exch, &sm, nopBackoff); err != nil {