summaryrefslogtreecommitdiff
path: root/test/net/http
AgeCommit message (Expand)Author
2021-05-06[ruby/net-http] Do not require stringioKazuki Yamaguchi
2021-05-04Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg
2021-05-04Workaround failures on WindowsNobuyoshi Nakada
2021-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert
2021-01-23Fix a warningKazuhiro NISHIYAMA
2021-01-21[ruby/net-http] RubyVM::MJIT is deprecated, prefer RubyVM::JIT nowNobuyoshi Nakada
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze
2020-09-24test/net/http/test_https.rb: The test logic was buggyYusuke Endoh
2020-09-24test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh
2020-09-24test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh
2020-08-03[ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+Jeremy Evans
2020-08-03[ruby/net-http] Switch invalid server name formatJeremy Evans
2020-06-22Skip test_read_body_block_mod for --jit-waitTakashi Kokubun
2020-06-21Try increasing read_timeout a little moreTakashi Kokubun
2020-06-21Increase read_timeout for --jit-waitTakashi Kokubun
2020-03-21test/net/http/test_http.rb: relax open_timeout limitYusuke Endoh
2020-03-10Let Net::HTTP.get take request headers (#2957)Takashi Kokubun
2020-03-04Fixed FD leakNobuyoshi Nakada
2020-02-21Promote net-http to the default gems.Hiroshi SHIBATA
2020-01-23Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama
2019-12-16Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh
2019-12-16lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh
2019-12-10fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui
2019-12-10test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh
2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui
2019-09-27Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans
2019-08-16Adding missing test for Net::HTTPGenericRequest initializer (#1835)Espartaco Palma
2019-07-24Test missing Content-Type warningsNobuyoshi Nakada
2019-07-24Show the caller's locationNobuyoshi Nakada
2019-06-11test/net/http/test_http.rb: Extend the timeoutYusuke Endoh
2019-06-06test/net/http/test_http.rb: extend the timeout for Solaris CIYusuke Endoh
2018-12-10Preserve HTTP header key as string [Bug #15394]naruse
2018-08-09net/http, net/ftp: skip SSL/TLS session resumption testsrhe
2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe
2018-06-25increase body sizenaruse
2018-06-24test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame
2018-06-22remove debug printnaruse
2018-06-22check net.core.wmem_default and max instead of tcpnaruse
2018-06-22show net.ipv4.tcp_wmem to debug failure on travisnaruse
2018-06-08assert_raise(Net::ReadTimeout) on Windows [Bug #14829]naruse
2018-06-08th is nilusa
2018-06-07skip write_timeout test on Windowsnaruse
2018-06-07Some platforms immediately returns from Socket#writeusa
2018-06-06Add Net::HTTPClientException [Bug #14688]naruse
2018-06-06Introduce write_timeout to Net::HTTP [Feature #13396]naruse
2018-03-08Raise ArgumentError if host component is nilnaruse
2017-12-20raise error if value contains CR/LF in iniheader of initialize_http_headernaruse
2017-11-25openssl: revert changes in SSLContext#{min,max}_version= in r60310rhe
2017-10-26Host header should add branckets to IPv6 address [Bug #12642]naruse