about summary refs log tree commit homepage
path: root/lib/unicorn/http_request.rb
DateCommit message (Expand)
2009-02-09Refactor and get exec + FD inheritance working
2009-02-09HttpRequest: restart read(2) on EINTR
2009-02-09Refactor HTTP Request processing into HttpRequest
2009-02-09Skip EINTR/EAGAIN handling with syswrite
2009-02-09Use a persistent buffer with HttpRequest
2009-02-09HttpRequest#reset! => HttpRequest#reset
2009-02-09Make HttpRequest object (and temp files) persistent
2009-02-09Don't set SCRIPT_NAME to "/" and then clear it for Rack
2009-02-09HttpRequest: avoid repeated hash lookups for HTTP_BODY
2009-02-09Remove threading and use worker processes instead
2009-02-09s/Mongrel/Unicorn/g