mirror of
https://github.com/soypat/lneto.git
synced 2026-08-29 10:59:03 +00:00
mid refactor of KVBuffer into Header
This commit is contained in:
@@ -125,7 +125,7 @@ func TestFormParseReuseNoAlloc(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
allocs := testing.AllocsPerRun(100, func() {
|
||||
f.Reset(body)
|
||||
f.Reset(body, 0)
|
||||
f.Parse()
|
||||
})
|
||||
if allocs != 0 {
|
||||
|
||||
Reference in New Issue
Block a user