about summary refs log tree commit homepage
path: root/test/unit/test_request.rb
DateCommit message (Expand)
2017-03-07check_client_connection: use tcp state on linux ccc-tcp
2015-02-06fix uninstalled testing and reduce require paths
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-02-02Fix Ruby 1.9.3dev warnings
2010-10-05upgrade to kgio 1.2.0
2010-10-05tee_input: use kgio to avoid stack traces on EOF
2010-10-05start using kgio, the kinder, gentler I/O library
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-15Remove explicit requires for Rack things
2009-08-15http_request: reinstate empty StringIO optimization
2009-07-04Favor Struct members to instance variables
2009-06-29"Fix" tests that break with stream_input=false
2009-06-05Transfer-Encoding: chunked streaming input support
2009-05-04Inline and remove the HttpRequest#reset method
2009-05-03http_request: switch to readpartial over sysread
2009-04-25test_request: enable with Ruby 1.9 now Rack 1.0.0 is out
2009-04-21Stop extending core classes
2009-04-21Move absolute URI parsing into HTTP parser
2009-04-12http11: cleanup+safer rack.url_scheme handling
2009-04-08http11: handle "X-Forwarded-Proto: https"
2009-04-08test_request: tests esoteric/rare REQUEST_URIs
2009-03-29http11: use :http_body instead of "HTTP_BODY"
2009-03-21HttpRequest test so our requests pass Rack::Lint