7digital / SevenDigital.Api.Wrapper

A fluent c# wrapper for the 7digital API
MIT License
16 stars 29 forks source link

Http dispose #181

Closed AnthonySteele closed 10 years ago

AnthonySteele commented 10 years ago

Ensure that disposable http objects are in fact disposed. We know that this is not usually important, but it might be important in high-load and error cases E.g. http://byterot.blogspot.co.uk/2013/10/beware-of-undisposed-or-unconsumed-httpresponsemessage-aspnetwebapi.html