Skip to content

fix: add missing Close call for serveral resources

Close response body and general ReadClosers to solve memory leaks. Some of these only affect tests but there are some concerning ones in production code.

EDIT: this expanded beyond ReadClosers

Edited by feistel

Merge request reports