VictoriaMetrics/lib/netutil
Dmytro Kozlov 26ae50ec26
lib/httpserver: added tlsCipherSuites flag (#2468)
* lib/httpserver: added tlsCipherSuites flag

* lib/httpserver: compare lower case strings

* lib/httpserver: use EqualFold

* lib/httpserver: used flagutil.NewArray, supported only strings cipher suites

* lib/httpserver: updated flag description, added flag to documentation

* Update lib/httpserver/httpserver.go

Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
2022-04-16 15:52:42 +03:00
..
conn.go all: use errors.As instead of type assertion for detecting net.Error 2020-07-01 00:16:13 +03:00
conn_pool.go reset deadline, fix #1562. (#1597) 2021-09-07 20:54:17 +03:00
tcpdialer.go lib/netutil: increase dial timeout from 1 second to 5 seconds 2022-02-07 12:33:40 +02:00
tcplistener.go lib/httpserver: extract the code responsible for initializing server-side TLS config into netutil.GetServerTLSConfig 2022-03-17 19:46:20 +02:00
tls.go lib/httpserver: added tlsCipherSuites flag (#2468) 2022-04-16 15:52:42 +03:00
tls_test.go lib/httpserver: added tlsCipherSuites flag (#2468) 2022-04-16 15:52:42 +03:00