Release Argo Tunnel Client 2018.7.2

This commit is contained in:
cloudflare-warp-bot 2018-07-13 17:15:54 +00:00
parent 7f822deed9
commit b0218f4c11
2 changed files with 2 additions and 1 deletions

View File

@ -468,7 +468,7 @@ func startServer(c *cli.Context, shutdownC, graceShutdownC chan struct{}) error
}()
go notifySystemd(connectedSignal)
if c.IsSet("pidFile") {
if c.IsSet("pidfile") {
go writePidFile(connectedSignal, c.String("pidfile"))
}

View File

@ -123,6 +123,7 @@ func Handshake(
m.compressionQuality = config.CompressionQuality.getPreset()
} else {
log.Debug("Compression is not supported")
compressionSetting = http2.Setting{ID: SettingCompression, Val: 0}
}
expectedMagic := MuxerMagicOrigin