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 829d4fe commit 5f415f0Copy full SHA for 5f415f0
server.go
@@ -541,7 +541,7 @@ func (o MaxHeaderListSizeServerOption) apply(so *serverOptions) {
541
// MaxHeaderListSize returns a ServerOption that sets the max (uncompressed) size
542
// of header list that the server is prepared to accept.
543
func MaxHeaderListSize(s uint32) ServerOption {
544
- return &MaxHeaderListSizeServerOption{
+ return MaxHeaderListSizeServerOption{
545
MaxHeaderListSize: s,
546
}
547
0 commit comments