aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick/test_httpresponse.rb
Commit message (Expand)AuthorAgeFilesLines
* test/webrick/test_httpresponse.rb: Use a longer indicator for crackYusuke Endoh2020-06-191-13/+13
* [ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans2019-11-301-0/+7
* WEBrick: prevent response splitting and header injectionYusuke Endoh2019-10-011-2/+44
* Remove extraneous spaces at the end of status lineNobuyoshi Nakada2019-06-241-0/+7
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-011-1/+1
* webrick/httpresponse: set_redirect requires a valid URInormal2018-07-141-0/+21
* webrick: prevent response splitting and header injectionnormal2018-03-281-0/+22
* webrick: support Proc objects as body responsesnormal2017-10-301-0/+23
* * lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt2016-03-291-0/+10
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/webrick: Examine log and use assert_join_threads.akr2014-11-081-0/+6
* Close FDs.akr2014-05-301-41/+43
* * test/webrick/test_httpresponse.rb (test_send_body_*_chunked): theseusa2013-08-081-0/+3
* * lib/webrick/httpresponse.rb: Allow #body to be an IO-like objectdrbrain2013-08-071-0/+89
* * lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove2011-12-121-14/+17
* * lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove2011-12-121-0/+46