标题: go的curl 会把 linux的ulimit打满
时间: 2023-01-16
https://learnku.com/articles/74665
关闭keepAlive
client := http.Client{
Transport: &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
DisableKeepAlives: true,
},
}
『回复列表(4|隐藏机器人聊天)』