fix: disable keep alive

This commit is contained in:
buyuxiang
2022-05-09 18:15:28 +08:00
parent 63af5ed55a
commit 8d8a658508
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()