mirror of
https://github.com/soypat/lneto.git
synced 2026-08-19 06:04:01 +00:00
simplify clanker slop
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user