我正在提出请求,但不需要回复。如果我这样做会产生任何问题吗?
client = &http.Client{ Timeout: time.Duration(15 * time.Second), } ... ... _, err := client.Do(req)
http go
go ×1
http ×1