From d885d927c4d7ef42daf9953dd8b2a9f6dd6a75ea Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Fri, 6 Sep 2019 13:18:01 +0300 Subject: golint and go fmt --- service/http/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/http') 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 } -- cgit v1.2.3