We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9668e0e commit 18f7000Copy full SHA for 18f7000
section-parsers.go
@@ -393,6 +393,8 @@ func (p *configParser) getGlobalParser() *Parsers {
393
addParser(parser, &sequence, &parsers.ThreadGroup{})
394
addParser(parser, &sequence, &simple.Enabled{Name: "quiet"})
395
addParser(parser, &sequence, &simple.Enabled{Name: "zero-warning"})
396
+ addParser(parser, &sequence, &simple.Enabled{Name: "h1-accept-payload-with-any-method"})
397
+ addParser(parser, &sequence, &simple.Enabled{Name: "h1-do-not-close-on-insecure-transfer-encoding"})
398
// the ConfigSnippet must be at the end to parsers load order to ensure
399
// the overloading of any option has been declared previously
400
addParser(parser, &sequence, &parsers.ConfigSnippet{})
0 commit comments