summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/http/config.go2
-rw-r--r--service/metrics/config.go1
2 files changed, 2 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
}
diff --git a/service/metrics/config.go b/service/metrics/config.go
index b17fc0c9..c2f85201 100644
--- a/service/metrics/config.go
+++ b/service/metrics/config.go
@@ -6,6 +6,7 @@ import (
"github.com/spiral/roadrunner/service"
)
+// Config configures metrics service.
type Config struct {
// Address to listen
Address string