about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2009-08-09test_upload: extra CRLF is needed
2009-08-09http: preliminary chunk decoding
2009-07-20Update Rails tests to run on Rails 2.3.3.1
2009-07-19fix tests to run correctly under 1.9.2preview1
2009-07-16move all #gets logic to tee_input out of chunked_reader
2009-07-15Rename unicorn/http11 => unicorn_http
2009-07-04Favor Struct members to instance variables
2009-07-01Force streaming input onto apps by default
2009-06-30TrailerParser integration into ChunkedReader
2009-06-30trailer_parser: set keys with "HTTP_" prefix
2009-06-30chunked_reader: Add test for chunk parse failure
2009-06-30Add trailer_parser for parsing trailers
2009-06-29chunked_reader: simpler interface
2009-06-29configurator: provide stream_input (true|false) option
2009-06-29"Fix" tests that break with stream_input=false
2009-06-29test_rails: workaround long-standing 1.9 bug
2009-06-29test_upload: fix ECONNRESET with 1.9
2009-06-29test_upload: add tests for chunked encoding
2009-06-10Optimize body-less GET/HEAD requests (again)
2009-06-05Transfer-Encoding: chunked streaming input support
2009-05-25Switch to autoload to defer requires
2009-05-22Merge branch 'benchmark'
2009-05-22Define HttpRequest#reset if missing
2009-05-13test_response: correct OFS test
2009-05-13http_response: allow string status codes
2009-05-10Remove trickletest
2009-05-10Enforce minimum timeout at 3 seconds
2009-05-04Preserve 1.9 IO encodings in reopen_logs
2009-05-04Inline and remove the HttpRequest#reset method
2009-05-04test_signals: ready workers before connecting
2009-05-03Instant shutdown signals really mean instant shutdown
2009-05-03Safer timeout handling and test case
2009-05-03Merge commit 'origin/benchmark'
2009-05-03http_request: switch to readpartial over sysread
2009-05-03benchmark/*: updates for newer versions of Unicorn
2009-04-27test_upload: still uncomfortable with 1.9 IO encoding...
2009-04-25test_request: enable with Ruby 1.9 now Rack 1.0.0 is out
2009-04-24configurator: "listen" directive more nginx-like
2009-04-24SIGTT{IN,OU} {in,de}crements worker_processes
2009-04-23http_response: minor performance gains
2009-04-23test_socket_helper: disable GC for this test
2009-04-23test_exec: cleanup stale socket on exit
2009-04-23Fix data corruption with small uploads via browsers
2009-04-21test: empty port test for absolute URIs
2009-04-21http11: support underscores in URI hostnames
2009-04-21Stop extending core classes
2009-04-21http11: rfc2616 handling of absolute URIs
2009-04-21http11: make parser obey HTTP_HOST with empty port
2009-04-21HttpParser: set QUERY_STRING for Rack-compliance
2009-04-21Move absolute URI parsing into HTTP parser