index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
webrick
/
test_httpserver.rb
Age
Commit message (
Expand
)
Author
2020-09-24
[ruby/webrick] Allow EPROTOTYPE error when writing junk to a socket
Jeremy Evans
2019-03-11
Added to check MJIT constant for the Ruby 2.3-2.5.
hsbt
2018-12-19
webrick: add the ability to override res, req creation
normal
2018-04-30
io.c: workaround for EPROTOTYPE
nobu
2018-04-23
rescue Errno::EPROTOTYPE
nobu
2018-04-07
Use assert_include
nobu
2018-04-06
Use assert_operator instead of assert
kazu
2018-03-28
webrick/httprequest: use InputBufferSize for chunked requests
normal
2018-03-28
webrick/httprequest: raise correct exception
normal
2018-03-28
webrick/httprequest: limit request headers size
normal
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2017-12-13
webrick: compile RE correctly for beginning and end match
normal
2016-01-05
leakchecker.rb: remove temporary measure
nobu
2015-12-24
fix common misspelling [ci skip]
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-07-13
use Timeout.timeout
nobu
2014-11-09
* test/open-uri: Test server log in server thread.
akr
2014-11-09
* test/webrick: Fix the argument order of assert_equal.
akr
2014-11-08
* test/webrick: Examine log and use assert_join_threads.
akr
2014-05-08
webrick/httpserver.rb: Stop handling requests on shutdown
nobu
2012-04-07
* Remove unused variables.
naruse
2012-04-07
* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
naruse
2011-06-21
* lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close
nahi
2011-01-12
* test/webrick/test_cgi.rb: Removes usage of deprecated
naruse
2010-02-02
use require_relative.
akr
2008-10-29
* test/webrick/utils.rb (start_server): provide a reference to log of
mame
2005-01-07
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):
gotoyuzo