Priority
Medium
Issue
HttpResponseMessage is not disposed when EnsureSuccessStatusCode throws in SmokerProxy.
Why it's not "low-hanging"
Needs a using block or try/finally around the response, but currently the proxy only talks to localhost, so failures are rare.
Priority
Medium
Issue
HttpResponseMessageis not disposed whenEnsureSuccessStatusCodethrows inSmokerProxy.Why it's not "low-hanging"
Needs a
usingblock or try/finally around the response, but currently the proxy only talks to localhost, so failures are rare.