6 ms·
Is it true that you don't fully buffer body of POST request on router? This limitation works against Unicorn design and makes it hardly a "fix": http://rubyforg
by persei8 13y ago
Is it true that you don't fully buffer body of POST request on router? This limitation works against Unicorn design and makes it hardly a "fix": http://rubyforge.org/pipermail/mongrel-unicorn/2013-April/001743.html http://rubyforge.org/pipermail/mongrel-unicorn/2013-April/00...
- geekylucas 13y agoHeroku only buffers the request headers: https://devcenter.heroku.com/articles/http-routing#request-buffering https://devcenter.heroku.com/articles/http-routing#request-b...
- adamwiggins 13y agoPlenty of room for improvement here, sure. Some technical discussion in this thread: https://blog.heroku.com/archives/2013/4/3/routing_and_web_performance_on_heroku_a_faq#comment-850974645 https://blog.heroku.com/archives/2013/4/3/routing_and_web_pe...