about summary refs log tree commit homepage
path: root/test/unit/test_http_parser.rb
DateCommit message (Expand)
2009-06-10Optimize body-less GET/HEAD requests (again)
2009-04-21test: empty port test for absolute URIs
2009-04-21http11: support underscores in URI hostnames
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
2009-04-12test_http_parser: fix broken URL in comment
2009-03-29http11: use :http_body instead of "HTTP_BODY"
2009-03-24simplify the HttpParser interface
2009-03-21unicorn/http11: remove GATEWAY_INTERFACE
2009-02-09s/Mongrel/Unicorn/g
2009-01-31No more special params hash.
2008-07-15http_parser: restore r996 (accept '"', '<', and '>' characters in URLs)
2008-07-15Remove nasty_pound_header test since we've always failed it
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).