cloudflared-mirror/cmd/cloudflared/tunnel
Rueian 61ef60c787 bug(cloudflared): Set the MaxIdleConnsPerHost of http.Transport to proxy-keepalive-connections
Setting the MaxIdleConns is not enough, the MaxIdleConnsPerHost must be set as well.
Otherwise, http.Transport will use the DefaultMaxIdleConnsPerHost, which is 2,
and then the connection pool will have only 2 connection hold.
2019-12-05 01:18:05 +08:00
..
cmd.go Add db-connect, a SQL over HTTPS server 2019-11-12 20:34:39 +00:00
cmd_test.go TUN-1669: Update license message in help text. Also fix test 2019-04-18 10:42:48 -05:00
configuration.go bug(cloudflared): Set the MaxIdleConnsPerHost of http.Transport to proxy-keepalive-connections 2019-12-05 01:18:05 +08:00
configuration_test.go TUN-1196: Allow TLS config client CA and root CA to be constructed from multiple certificates 2018-11-19 15:38:10 -06:00
logger.go TUN-1880: Save debug and warn level log to logfile 2019-05-22 11:05:24 -05:00
login.go TUN-2201: change SRV records used by cloudflared 2019-09-06 15:01:58 +00:00
server.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
signal.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
signal_test.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
tag.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
tag_test.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00