Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: close response body in http strategy (#718)
* fix: close response body in http strategy From to the documentation: > If the returned error is nil, the Response will contain a non-nil body which the user is expected to close. Failed requests (due to wrong response or status code) were leaving open connections. Close the response body according to the documentation. * lint: assign error to empty var
- Loading branch information