about summary refs log tree commit homepage
path: root/lib/unicorn/http_response.rb
DateCommit message (Expand)
2009-03-27Always try to send a valid HTTP response back
2009-03-22HttpResponse: speed up non-multivalue headers
2009-03-21Handle Rack multivalue headers correctly
2009-03-20HttpResponse: close body if it can close
2009-02-14HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash
2009-02-13HttpResponse: use each instead of each_pair to iterate
2009-02-09Refactor and get exec + FD inheritance working
2009-02-09HttpResponse: use unbuffered I/O for writing, too
2009-02-09Get rid of HeaderOut and simplify HttpResponse
2009-02-09Simplify HttpResponse since we only handle Rack now
2009-02-09HttpResponse: remove send_file
2009-02-09pre-generate HTTP_STATUS_HEADER to avoid repeated snprintf
2009-02-09Remove StringIO usage in HeaderOut
2009-02-09s/Mongrel/Unicorn/g