damianh / LimitsMiddleware

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

Remove detailed reason phrases, rely on standard http status codes / reason phrases #7

Closed damianh closed 10 years ago

damianh commented 10 years ago

From owin jabbr room:

tracher Oh nice, I missed that half 7:03:53 PM ah, I was looking at https://github.com/damianh/Owin.Limits/ 7:06:22 PM Somewhat liberal use of the reason phrase field 7:08:40 PM for security purposes you probobly wouldn't want to tell people what the limit was 7:09:39 PM or else they can easily push right up against it.

damianh commented 10 years ago

Just a heads up @StefanOssendorf , going to remove the various reason phrases and just rely on standard http status codes. According to owin spec, reason phrases is optional and the server should fill them in.