damianh / LimitsMiddleware

OWIN middleware to apply limits to an OWIN pipeline.
MIT License
0 stars 0 forks source link

Decrement removed when max requests are reached. #3

Closed StefanOssendorf closed 10 years ago

StefanOssendorf commented 10 years ago

The finally statement will still execute and take care of decrementing to the correct value.

damianh commented 10 years ago

Nice find. Thx for the PR!

StefanOssendorf commented 10 years ago

You are welcome! :)

damianh commented 10 years ago

v1.0.2 package now on nuget.org