We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eca380 commit 98233efCopy full SHA for 98233ef
netplugin/cluster/cluster.go
@@ -91,6 +91,8 @@ func HTTPPost(url string, req interface{}, resp interface{}) error {
91
return err
92
}
93
94
+ defer res.Body.Close()
95
+
96
// Check the response code
97
if res.StatusCode == http.StatusInternalServerError {
98
eBody, err := ioutil.ReadAll(res.Body)
0 commit comments