summaryrefslogtreecommitdiff
path: root/test/net/http
AgeCommit message (Expand)Author
2025-04-04Use EnvUtil.apply_timeout_scaleHiroshi SHIBATA
2025-04-04Extend open_timeout for test failure on s390xHiroshi SHIBATA
2025-04-03Followed up 7c400c66c9Hiroshi SHIBATA
2025-04-03Use IPv4 for test server because TestNetHTTPS is failing with s390xHiroshi SHIBATA
2024-11-19[ruby/net-http] test_https.rb - fix test_session_reuse_but_expireMSP-Greg
2024-05-08[ruby/net-http] Skip test_session_reuse_but_expire with OpenSSL 3.3Xi Ruoyao
2024-03-21merge revision(s) 64b6a018a38f200c957fdbbe7d0cbe0e64781c9f:nagachika
2024-01-05Bump up net-http to 0.4.1Hiroshi SHIBATA
2023-12-16merge revision(s) f109269a0392940df2b314e16502c4509b94a290,14fa5e39d72c84d3e1...nagachika
2023-12-16merge revision(s) 3dec5dc3462286cdbdb53e496e6175a82bdc39b7:nagachika
2023-12-16merge revision(s) 9d58f9382893a71d8badad605879c0120915fbee:nagachika
2022-11-26[ruby/net-http] Fix test for Ruby headPeter Zhu
2022-11-24Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans
2022-09-28[ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFEJeremy Evans
2022-06-16[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi
2022-06-16Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada
2022-06-16HTTPHeader.content_range throws error on non-byte unitsShishir Joshi
2022-04-20[ruby/net-http] Feature detect to make net/http usable with JRubyKarol Bucek
2022-04-20[ruby/net-http] Add ignore_eof access to HTTP and HTTPResponseJeremy Evans
2022-04-14[ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans
2022-04-12[ruby/net-http] Add HTTP#response_body_encoding for setting response body enc...Jeremy Evans
2022-04-03[ruby/net-http] Revert "Update the content-length heading when decoding bodies"Jeremy Evans
2022-04-02[ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans
2022-02-03[ruby/net-http] Do not set SNI hostname if connecting to IP addressJeremy Evans
2022-01-17[ruby/net-http] Remove redundant MJIT conditionKazuhiro NISHIYAMA
2022-01-14[ruby/net-http] Fix unescaped `.` in RegexpKazuhiro NISHIYAMA
2022-01-11[ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA
2022-01-04[ruby/net-http] Handle invalid use of IP addresses in SNIJeremy Evans
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-11-15Sync test_http_request.rb after fix to net-httpJeremy Evans
2021-11-16[ruby/net-http] Fix tests after change to allow HEAD to send Accept-EncodingJeremy Evans
2021-11-11quick fix for `test_initialize_HEAD`Koichi Sasada
2021-11-04[ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi
2021-09-11[ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA
2021-07-29Fix test failure of 60b02db5161625dd5f7d22d31989dd966837333c with WindowsHiroshi SHIBATA
2021-07-29[ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira
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