Skip to content

Commit 18f7000

Browse files
committed
BUG/MINOR: add h1-accept-payload-with-any-method and h1-do-not-close-on-insecure-transfer-encoding to global
1 parent 9668e0e commit 18f7000

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

section-parsers.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ func (p *configParser) getGlobalParser() *Parsers {
393393
addParser(parser, &sequence, &parsers.ThreadGroup{})
394394
addParser(parser, &sequence, &simple.Enabled{Name: "quiet"})
395395
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"})
396398
// the ConfigSnippet must be at the end to parsers load order to ensure
397399
// the overloading of any option has been declared previously
398400
addParser(parser, &sequence, &parsers.ConfigSnippet{})

0 commit comments

Comments
 (0)