mirror of
https://github.com/soypat/lneto.git
synced 2026-08-16 12:53:26 +00:00
refactor RequestParseForm and achieve greatness in API design
This commit is contained in:
@@ -251,7 +251,7 @@ func FuzzQueryAndForm(f *testing.F) {
|
||||
|
||||
var form httpraw.Form
|
||||
buf := make([]byte, scratchLen)
|
||||
if err := exch.RequestParseForm(&form, buf); err != nil {
|
||||
if err := exch.RequestParseForm(&form, false, false); err != nil {
|
||||
return
|
||||
}
|
||||
total := 0
|
||||
|
||||
Reference in New Issue
Block a user