You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…esponse
The method BaseService.Request invoked without result (nil) does not close http.Response and prevents connection to be put back into idle state.
We observed significant memory usage or quick MaxConnsPerHost limit exhaustion, when BaseService.Request is called with nil result.
Issue: IBM#175
…esponse
The method BaseService.Request invoked without result (nil) does not close http.Response and prevents connection to be put back into idle state.
We observed significant memory usage or quick MaxConnsPerHost limit exhaustion, when BaseService.Request is called with nil result.
Issue: IBM#175
Signed-off-by: Rafał Bigaj <rafal.bigaj@pl.ibm.com>
The method
BaseService.Request
invoked without result (nil
) does not closehttp.Response
and prevents connection to be put back into idle state.We observed significant memory usage or quick
MaxConnsPerHost
limit exhaustion, whenBaseService.Request
is called withnil
result.The text was updated successfully, but these errors were encountered: