aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http
Commit message (Expand)AuthorAgeFilesLines
* [ruby/net-http] Remove redundant MJIT conditionKazuhiro NISHIYAMA2022-01-171-1/+1
* [ruby/net-http] Fix unescaped `.` in RegexpKazuhiro NISHIYAMA2022-01-141-2/+2
* [ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA2022-01-112-3/+3
* [ruby/net-http] Handle invalid use of IP addresses in SNIJeremy Evans2022-01-041-1/+1
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* Sync test_http_request.rb after fix to net-httpJeremy Evans2021-11-151-1/+1
* [ruby/net-http] Fix tests after change to allow HEAD to send Accept-EncodingJeremy Evans2021-11-161-2/+3
* quick fix for `test_initialize_HEAD`Koichi Sasada2021-11-111-1/+1
* [ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi2021-11-041-0/+24
* [ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA2021-09-111-1/+1
* Fix test failure of 60b02db5161625dd5f7d22d31989dd966837333c with WindowsHiroshi SHIBATA2021-07-291-2/+1
* [ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira2021-07-291-0/+28
* [ruby/net-http] Do not require stringioKazuki Yamaguchi2021-05-061-1/+0
* Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg2021-05-041-43/+25
* Workaround failures on WindowsNobuyoshi Nakada2021-05-041-0/+2
* [ruby/net-http] Decode user and password from env configured proxyLukas Eipert2021-04-281-0/+17
* Fix a warningKazuhiro NISHIYAMA2021-01-231-1/+1
* [ruby/net-http] RubyVM::MJIT is deprecated, prefer RubyVM::JIT nowNobuyoshi Nakada2021-01-211-1/+3
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-1/+1
* test/net/http/test_https.rb: The test logic was buggyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh2020-09-241-4/+8
* [ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+Jeremy Evans2020-08-031-0/+8
* [ruby/net-http] Switch invalid server name formatJeremy Evans2020-08-031-5/+5
* Skip test_read_body_block_mod for --jit-waitTakashi Kokubun2020-06-221-1/+2
* Try increasing read_timeout a little moreTakashi Kokubun2020-06-211-1/+1
* Increase read_timeout for --jit-waitTakashi Kokubun2020-06-211-0/+1
* test/net/http/test_http.rb: relax open_timeout limitYusuke Endoh2020-03-211-1/+1
* Let Net::HTTP.get take request headers (#2957)Takashi Kokubun2020-03-102-1/+26
* Fixed FD leakNobuyoshi Nakada2020-03-041-0/+2
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-211-5/+5
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-231-0/+23
* Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh2019-12-161-16/+16
* lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh2019-12-161-16/+16
* fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui2019-12-101-0/+39
* test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh2019-12-103-43/+45
* Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui2019-12-091-0/+31
* Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans2019-09-271-0/+11
* Adding missing test for Net::HTTPGenericRequest initializer (#1835)Espartaco Palma2019-08-161-0/+1
* Test missing Content-Type warningsNobuyoshi Nakada2019-07-241-4/+11
* Show the caller's locationNobuyoshi Nakada2019-07-241-1/+13
* test/net/http/test_http.rb: Extend the timeoutYusuke Endoh2019-06-111-2/+2
* test/net/http/test_http.rb: extend the timeout for Solaris CIYusuke Endoh2019-06-061-5/+5
* Preserve HTTP header key as string [Bug #15394]naruse2018-12-101-0/+5
* net/http, net/ftp: skip SSL/TLS session resumption testsrhe2018-08-091-0/+7
* net/http, net/ftp: fix session resumption with TLS 1.3rhe2018-08-081-25/+10
* increase body sizenaruse2018-06-251-1/+1
* test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame2018-06-241-0/+30
* remove debug printnaruse2018-06-221-1/+1