stefanprodan / WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThrottlingHandler is IDisposible

mstrate opened this issue · comments

When I add the ThrottlingHandler to the config.MessageHandlers I receive a CA2000 compile time error (https://msdn.microsoft.com/library/ms182289.aspx) complaining that the ThrottlingHandler has not been properly disposed of. Does anyone else see this error when registering the handler according to the examples?