damianh / LimitsMiddleware

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

Max request content length should also apply to GETS #23

Open damianh opened 8 years ago

damianh commented 8 years ago

As GETs can have a body too. Remove the GET here

https://github.com/damianh/LimitsMiddleware/blob/dev/src/LimitsMiddleware/Limits.MaxRequestContentLength.cs#L56