summaryrefslogtreecommitdiff
path: root/test/net/http/test_http.rb
AgeCommit message (Expand)Author
4 days[ruby/net-http] Fixed test case for default content-type.Hiroshi SHIBATA
2025-04-03Use EnvUtil.apply_timeout_scaleHiroshi SHIBATA
2025-04-03Extend open_timeout for test failure on s390xHiroshi SHIBATA
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-07-11[ruby/net-http] Add ability to configure default settings for new connectionsfatkodima
2024-07-10[ruby/net-http] Commented out unfinished chunked testHiroshi 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] Support chunked data and fixed test failure with multipart/fo...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::SSLSe...Hiroshi SHIBATA
2024-01-05[ruby/net-http] Don't invoke response block more than once due to retryJeremy Evans
2023-10-30[ruby/net-http] fix a false-negative testChristian van Rensen
2022-09-28[ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFEJeremy Evans
2022-04-20[ruby/net-http] Add ignore_eof access to HTTP and HTTPResponseJeremy Evans
2022-04-12[ruby/net-http] Add HTTP#response_body_encoding for setting response body enc...Jeremy Evans
2021-11-04[ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi
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-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert
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
2019-12-10test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh
2019-09-27Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans
2019-07-24Test missing Content-Type warningsNobuyoshi 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-06-25increase body sizenaruse
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-06Introduce write_timeout to Net::HTTP [Feature #13396]naruse
2017-10-26Host header should add branckets to IPv6 address [Bug #12642]naruse
2017-10-03Fix leaked file descriptorkazu
2017-09-28Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse
2017-09-26Make retries for Net::HTTP configurable [Feature #10674]naruse
2017-09-15include query parameters in Net::HTTP.postnaruse
2017-08-01Use `&.` instead of modifier ifkazu
2017-05-24test_http.rb: fix r58855nobu
2017-05-23fix FD leaksnobu
2017-05-20Clean proxynaruse
2017-05-19Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse
2017-04-23Allow Net::HTTP to fetch user/pass from http_proxynaruse
2016-11-05* lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo
2016-11-05* lib/net/http.rb (transport_request): other than HTTPContinuenaruse
2016-07-06Add an assertion.shugo
2016-07-06* lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo