cloudflared-mirror/cmd/cloudflared/tunnel
Rueian cc2a1d1204 bug(cloudflared): Set the MaxIdleConnsPerHost of http.Transport to proxy-keepalive-connections (#155)
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-17 05:02:28 +04:00
..
cmd.go TUN-2555: origin/supervisor.go calls Authenticate 2019-12-06 11:26:54 -06: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 (#155) 2019-12-17 05:02:28 +04: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