fix: disable keep alive

This commit is contained in:
buyuxiang
2022-05-09 18:15:28 +08:00
parent 0d89cda921
commit 6b8b056447
2 changed files with 6 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ var boomCmd = &cobra.Command{
}
hrpBoomer.SetDisableKeepAlive(disableKeepalive)
hrpBoomer.SetDisableCompression(disableCompression)
hrpBoomer.SetClientTransport()
hrpBoomer.EnableCPUProfile(cpuProfile, cpuProfileDuration)
hrpBoomer.EnableMemoryProfile(memoryProfile, memoryProfileDuration)
hrpBoomer.EnableGracefulQuit()