summaryrefslogtreecommitdiff
path: root/test/net/http/test_http.rb
AgeCommit message (Expand)Author
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
2016-02-19test: use assert_not_*nobu
2015-12-24fix common misspelling [ci skip]nobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-09fix r53013; the environment defines "example" as local hostnamenaruse
2015-12-09add tests for El Capitan failurenaruse
2015-11-27* lib/net/http.rb (connect): detect closed connection and reconnectnaruse
2015-11-20* lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt
2015-06-02use assert_raisenobu
2015-01-13test_http.rb: test without DNS accessnobu
2015-01-03* lib/net/http.rb: More descriptive error message when net/http failshsbt
2015-01-02* test/net/http/test_http.rb (_test_send_request__HEAD): Addedhsbt
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-09* test/webrick: Store log in an array.akr
2014-11-09* test/net/http: Examine webrick log.akr
2014-08-05* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse