about summary refs log tree commit homepage
path: root/test/unit/test_http_parser.rb
DateCommit message (Expand)
2016-10-20Add some tolerance (RFC2616 sec. 19.3)
2015-12-13http: TypedData C-API conversion
2015-02-06fix uninstalled testing and reduce require paths
2014-08-18remove mongrel.rubyforge.org references
2013-10-26license: allow all future versions of the GNU GPL
2012-11-13tests: remove assert_nothing_raised (part 2)
2011-08-29add GPLv3 option to the license
2011-07-13http: reject non-LWS CTL chars (0..31 + 127) in field values
2011-06-17test_http_parser: fix for URI too long errors (#3)
2011-06-15test_http_parser: fix for URI too long errors (again)
2011-06-15test_http_parser: fix for URI too long errors
2011-05-23strip trailing and leading linear whitespace in headers
2011-04-13fix some 1.9.3dev warnings
2011-02-03test/unit: fix tests under Ruby 1.9.3dev
2011-02-02http: parser handles IPv6 bracketed IP hostnames
2011-01-05http_parser: add clear method, deprecate reset
2010-12-20http: update setting of "https" for rack.url_scheme
2010-11-06enable HTTP keepalive support for all methods
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).