Skip to content
Snippets Groups Projects
Commit b5c317f9 authored by Frédéric Guillot's avatar Frédéric Guillot
Browse files

Disable keep-alive for HTTP client

parent 79142614
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,7 @@ func (c *Client) buildHeaders() http.Header {
headers.Add("Authorization", c.authorizationHeader)
}
headers.Add("Connection", "close")
return headers
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment