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_httpproxy.rb
Age
Commit message (
Expand
)
Author
2020-12-10
Move webrick library into internal test toolchain
Hiroshi SHIBATA
2020-09-24
[ruby/webrick] Only run test_big_bodies test on Ruby 2.5+
Jeremy Evans
2019-07-11
remove an unused variable.
Tanaka Akira
2019-07-11
WEBrick::HTTPResponse create tempfile if required.
Tanaka Akira
2018-12-03
webrick: fix tests on Debian sid/unstable with OpenSSL 1.1.1a
normal
2018-08-07
Silence Net::HTTP warning in test.
hsbt
2018-04-03
repatch r62966 and r62969.
ko1
2018-04-03
Revert r62966 and r62969
naruse
2018-03-28
adjust indents [ci skip]
nobu
2018-03-28
webrick/httpproxy: stream request and response bodies
normal
2016-11-29
webrick: don't use OpenSSL::TestUtils from webrick tests
rhe
2016-01-05
leakchecker.rb: remove temporary measure
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-12-13
skip old OpenSSL
nobu
2013-04-02
Suppress warnings
naruse
2011-01-12
* test/webrick/test_cgi.rb: Removes usage of deprecated
naruse
2010-10-01
* test/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy):
shyouhei
2010-01-25
supress warnings.
akr
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-10-29
* test/webrick/utils.rb (start_server): provide a reference to log of
mame
2007-12-31
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):
gotoyuzo