Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-22 18:53:18 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-22 18:53:18 +0300
commitc04f97bdbfa7ae5f1eb732791a3eaa04c8f241d6 (patch)
tree0982c2c42d1837ddf237971087cda27b9c9a773e /internal/netutil
parent7250a994989f44c8bc3b83f60cba564cd3c3a74e (diff)
Follow error strings convention
Diffstat (limited to 'internal/netutil')
-rw-r--r--internal/netutil/shared_limit_listener.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/netutil/shared_limit_listener.go b/internal/netutil/shared_limit_listener.go
index 130b4f02..c4c66963 100644
--- a/internal/netutil/shared_limit_listener.go
+++ b/internal/netutil/shared_limit_listener.go
@@ -10,7 +10,7 @@ import (
)
var (
- errKeepaliveNotSupported = errors.New("Keepalive not supported")
+ errKeepaliveNotSupported = errors.New("keepalive not supported")
)
// SharedLimitListener returns a Listener that accepts simultaneous