cleanup: fix errors in wrapped format and log capitalization in proxy

Signed-off-by: wangyx1992 <wang.yixiang@zte.com.cn>
This commit is contained in:
wangyx1992
2021-04-21 11:28:39 +08:00
parent 657d93c4cc
commit c85e567a3d
9 changed files with 25 additions and 25 deletions

View File

@@ -50,7 +50,7 @@ var (
ErrAddressNotAllowed = errors.New("address not allowed")
// ErrNoAddresses indicates there are no addresses for the hostname
ErrNoAddresses = errors.New("No addresses for hostname")
ErrNoAddresses = errors.New("no addresses for hostname")
)
// isValidEndpoint checks that the given host / port pair are valid endpoint