summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
2025-04-03Use EnvUtil.apply_timeout_scaleHiroshi SHIBATA
2025-04-03Extend open_timeout for test failure on s390xHiroshi SHIBATA
2024-12-31[ruby/net-http] Don't double-interrupt the test HTTP serverCharles Oliver Nutter
2024-11-15Do not wait connection attempt delay without in progress fds (#12087)Misaki Shioi
2024-11-12Allow Net::HTTP#request to raise Net::OpenTimeout (#12062)Misaki Shioi
2024-09-13[ruby/net-http] Prevent warningsYusuke Endoh
2024-07-30Wait for server threads to finishNobuyoshi Nakada
2024-07-26[ruby/net-http] Removed needless NullWriter classHiroshi SHIBATA
2024-07-17To avoid fd leak with fetch request for SSL serverHiroshi SHIBATA
2024-07-17Fixed fd leak from TCPServerHiroshi SHIBATA
2024-07-12Use fixture certificates to fix test failure with RHEL9.Hiroshi SHIBATA
2024-07-11[ruby/net-http] implement talking SSL to the proxy tooEvgeni Golov
2024-07-11[ruby/net-http] Add ability to configure default settings for new connectionsfatkodima
2024-07-11[ruby/net-http] test_https.rb - fix test_session_reuse_but_expireMSP-Greg
2024-07-10* append newline at EOF. [ci skip]git
2024-07-10[ruby/net-http] Commented out unfinished chunked testHiroshi SHIBATA
2024-07-10[ruby/net-http] Removed needless warningHiroshi SHIBATA
2024-07-10[ruby/net-http] Split POST test because new dummy server can't handle continu...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Write log after server start, not handling requestHiroshi SHIBATA
2024-07-10[ruby/net-http] Split test class because TCPServer couldn't accept localhost ...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Support chunked data and fixed test failure with multipart/fo...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Removed server-side log testHiroshi SHIBATA
2024-07-10[ruby/net-http] Fix wrong hostname with test_max_version testHiroshi SHIBATA
2024-07-10[ruby/net-http] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::SSLSe...Hiroshi SHIBATA
2024-04-25[ruby/net-http] Skip test_session_reuse_but_expire with OpenSSL 3.3Xi Ruoyao
2024-02-07Fix test session reuse but expire (#9824)NARUSE, Yui
2024-02-03Show OpenSSL version in the error message of assert_equalNARUSE, Yui
2024-01-05[ruby/net-http] Don't invoke response block more than once due to retryJeremy Evans
2024-01-01[ruby/net-http] Renew test certificatesSorah Fukumori
2023-11-26Omit test_session_reuse_but_expire if OpenSSL 3.2.0Nobuyoshi Nakada
2023-11-24Omit a broken https test on MinGWTakashi Kokubun
2023-10-30[ruby/net-http] fix a false-negative testChristian van Rensen
2023-10-16[ruby/net-http] Force TLS version to 1.2 when using LibreSSLJeremy Evans
2023-10-05[ruby/net-http] Net::HTTPResponse nil checkingBrian Hawley
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2022-12-09Merge net-protocol-0.2.1Hiroshi SHIBATA
2022-12-08[ruby/net-protocol] Failing test case for #19Jean Boussier
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