about summary refs log tree commit homepage
path: root/test/unit/test_http_parser.rb
DateCommit message (Expand)
2010-06-08test_http_parser: memory usage test for non-MRI
2010-06-05File.readable? and File.writable? are more readable
2010-05-07http: allow horizontal tab as leading whitespace in header values
2010-02-13http: fix memory leak exposed in concurrent servers
2009-12-19http: allow userinfo component in absoluteURIs
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-06http: ignore Host: continuation lines with absolute URIs
2009-09-02http: SERVER_PROTOCOL matches HTTP_VERSION
2009-08-18http: support for multi-line HTTP headers
2009-08-15http: support for "Connection: keep-alive"
2009-08-11http: add "HttpParser#keepalive?" method
2009-08-09Switch to Ragel/C-based chunk/trailer parser
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).