Closed vadmeste closed 1 year ago
Currently, the code sends a healthcheck request, then setup a recorder for the request and response body, which does not work obviously.
This also seems to be causing a leak inside golang http code. Removing the unnecessary code fixes the leak.
Currently, the code sends a healthcheck request, then setup a recorder for the request and response body, which does not work obviously.
This also seems to be causing a leak inside golang http code. Removing the unnecessary code fixes the leak.