eventmachine / evma_httpserver

An evented http server built on top of eventmachine
http://rubyeventmachine.com
117 stars 44 forks source link

MaxContentLength modification at runtime #5

Open alor opened 13 years ago

alor commented 13 years ago

i've added the bindings to change the max length of a post request at runtime. i've also inserted the ability to specify the HTTP status code description in responses.

if you like it, merge it and publish a new gem version.

thank you.

alor commented 13 years ago

any comments on it ? if you don't like the way it is written, i can fix it. just give me feedback. i just need to know if this feature will go mainstream or not.

thank you.