diff options
Diffstat (limited to 'service/http')
-rw-r--r-- | service/http/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/config.go b/service/http/config.go index ff15e83e..ba3e6300 100644 --- a/service/http/config.go +++ b/service/http/config.go @@ -94,7 +94,7 @@ func (c *Config) EnableHTTP2() bool { return c.HTTP2.Enabled } -// EnableH2С when HTTP/2 extension must be enabled on TCP. +// EnableH2C when HTTP/2 extension must be enabled on TCP. func (c *Config) EnableH2C() bool { return c.HTTP2.H2C } |