mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-08-10 15:59:27 +00:00
cc2a1d12043c5c09f3ecdfeedae33564d317b3b1

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.
bug(cloudflared): Set the MaxIdleConnsPerHost of http.Transport to proxy-keepalive-connections (#155)
Argo Tunnel client
Contains the command-line client and its libraries for Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network.
Getting started
go install github.com/cloudflare/cloudflared/cmd/cloudflared
User documentation for Argo Tunnel can be found at https://developers.cloudflare.com/argo-tunnel/
Description
Languages
Go
90.9%
Python
7.6%
Cap'n Proto
0.6%
Makefile
0.5%
Shell
0.3%
Other
0.1%