Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In THttpClient.closeResponse the body of the HTTP response is closed but the body itself is never explicitly read to completion. The go docs specify that if the response body is not read to completion and keepalive is enabled, the connection will never be returned to the pool.