`http.request` create new connection every call `go` method and close stream. So there is a way to reuse connection several times by `keep-alive`?