TUN-1028: Unhide cloudflared compression flag

This commit is contained in:
Areg Harutyunyan 2018-09-19 15:00:47 -05:00
parent dd2b5e4f3e
commit 653f000294
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ func Flags() []cli.Flag {
Value: 0,
Usage: "Use cross-stream compression instead HTTP compression. 0-off, 1-low, 2-medium, >=3-high",
EnvVars: []string{"TUNNEL_COMPRESSION_LEVEL"},
Hidden: true,
}),
altsrc.NewBoolFlag(&cli.BoolFlag{
Name: "no-chunked-encoding",