VictoriaMetrics/lib/netutil
Aliaksandr Valialkin d962568e93 all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
2020-06-30 23:33:46 +03:00
..
conn_pool.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00
conn.go lib/httpserver: reduce typical duration for http server graceful shutdown 2020-05-07 14:16:38 +03:00
tcpdialer.go lib/netutil: use IPv6 for both listening and dialing if -enabledTCP6 is set 2019-12-01 02:52:53 +02:00
tcplistener.go lib/httpserver: reduce typical duration for http server graceful shutdown 2020-05-07 14:16:38 +03:00