Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Jun 16, 2020
1 parent dcd5974 commit 11a2d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func CommaSplitFields(c rune) bool {
return c == ','
}

// LoadProxyProtoConfig will load the timeouts and policies for the proxy protocol
// LoadProxyProtoConfig will load the timeouts and policies for the proxy protocol.
func LoadProxyProtoConfig(l *proxyproto.Listener) {
if viper.GetBool("proxy-protocol-use-timeout") {
l.UseTimeout = true
Expand Down

0 comments on commit 11a2d87

Please # to comment.