golang http client 长连接vs短连接基准测试
摘要:
package main import ( "io/ioutil" "net/http" "strings" "testing" ) func KeepAlive(client *http.Client) { req, err := http.NewRequest("GET", "http://lo 阅读全文
posted @ 2021-05-07 14:32 biwentao 阅读(713) 评论(0) 推荐(0) 编辑