stefanprodan / WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting
MIT License
1.28k stars 274 forks source link

Fixed ability to override ComputeThrottleKey #105

Closed jlkoneczny closed 7 years ago

jlkoneczny commented 7 years ago

Passing in repository key from throttling implementations' ComputeThrottleKey to ProcessRequest instead of always using core ComputeThrottleKey method.