mirror of
https://github.com/soypat/lneto.git
synced 2026-08-12 02:43:44 +00:00
document all the things; improve req Query semantics; add Form.EnableBufferGrowth
This commit is contained in:
@@ -242,7 +242,7 @@ func FuzzQueryAndForm(f *testing.F) {
|
||||
if n > len(key) {
|
||||
t.Fatalf("decoding key %q grew it to %d bytes", key, n)
|
||||
}
|
||||
if _, present := exch.AppendQuery(nil, string(dec[:n]), decoded); !present {
|
||||
if _, present := exch.RequestQueryAppend(nil, string(dec[:n]), decoded); !present {
|
||||
t.Fatalf("query pair %q absent from AppendQuery", key)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user