Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 2b1ad86

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 1550d1f commit 2b1ad86

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
@@ -416,6 +416,8 @@ func (p *configParser) getGlobalParser() *Parsers { //nolint: maintidx
416416
addParser(parser, &sequence, &simple.Enabled{Name: "quiet"})
417417
addParser(parser, &sequence, &simple.Enabled{Name: "zero-warning"})
418418
addParser(parser, &sequence, &simple.Word{Name: "setcap"})
419+
addParser(parser, &sequence, &simple.Enabled{Name: "h1-accept-payload-with-any-method"})
420+
addParser(parser, &sequence, &simple.Enabled{Name: "h1-do-not-close-on-insecure-transfer-encoding"})
419421
// the ConfigSnippet must be at the end to parsers load order to ensure
420422
// the overloading of any option has been declared previously
421423
addParser(parser, &sequence, &parsers.ConfigSnippet{})

0 commit comments

Comments
 (0)