summaryrefslogtreecommitdiff
path: root/service/http
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-09-06 13:18:01 +0300
committerWolfy-J <[email protected]>2019-09-06 13:18:01 +0300
commitd885d927c4d7ef42daf9953dd8b2a9f6dd6a75ea (patch)
tree676de4cb6113dca10b4d96d67e3059c83b1c4a3c /service/http
parent1d6b7c125c2d07c3ef646e9a90f3ebb422fa44df (diff)
golint and go fmt
Diffstat (limited to 'service/http')
-rw-r--r--service/http/config.go2
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
}