cloudflared-mirror/cmd/cloudflared
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
..
access AUTH-2173: Prepends access login url with scheme if one doesnt exist 2019-10-23 20:35:12 +00:00
buildinfo TUN-1961: Create EdgeConnectionManager to maintain outbound connections to the edge 2019-06-18 16:37:38 -05:00
config Support unix sockets. 2019-03-06 18:33:23 -06:00
encrypter TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
path AUTH-1557: Short Lived Certs 2019-05-07 11:21:11 -05:00
shell AUTH-2077: Quotes open browser command in windows 2019-09-24 18:27:37 +00:00
token Add db-connect, a SQL over HTTPS server 2019-11-12 20:34:39 +00:00
transfer AUTH-2173: Prepends access login url with scheme if one doesnt exist 2019-10-23 20:35:12 +00:00
tunnel bug(cloudflared): Set the MaxIdleConnsPerHost of http.Transport to proxy-keepalive-connections 2019-12-05 01:18:05 +08:00
updater TUN-1885: Reconfigure cloudflared on receiving new ClientConfig 2019-06-20 19:07:59 -05:00
generic_service.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
linux_service.go cloudflared/linux_service: Add missing /etc/init.d shebang 2019-02-01 14:55:30 -06:00
macos_service.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
main.go Handle exit code on err 2019-05-29 12:59:19 -05:00
service_template.go TUN-1138: Install cloudflared service directory with 755 permissions 2019-01-07 13:46:21 -06:00
windows_service.go TUN-1786: Remove low-level Windows service logging 2019-04-30 11:00:35 -05:00