aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_http.rb
Commit message (Expand)AuthorAgeFilesLines
* test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh2019-12-101-33/+14
* Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans2019-09-271-0/+11
* Test missing Content-Type warningsNobuyoshi Nakada2019-07-241-4/+11
* 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
* increase body sizenaruse2018-06-251-1/+1
* remove debug printnaruse2018-06-221-1/+1
* check net.core.wmem_default and max instead of tcpnaruse2018-06-221-1/+1
* show net.ipv4.tcp_wmem to debug failure on travisnaruse2018-06-221-1/+1
* assert_raise(Net::ReadTimeout) on Windows [Bug #14829]naruse2018-06-081-5/+3
* th is nilusa2018-06-081-2/+2
* skip write_timeout test on Windowsnaruse2018-06-071-5/+5
* Some platforms immediately returns from Socket#writeusa2018-06-071-3/+3
* Introduce write_timeout to Net::HTTP [Feature #13396]naruse2018-06-061-0/+24
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-261-0/+27
* Fix leaked file descriptorkazu2017-10-031-0/+2
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-0/+10
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-0/+50
* include query parameters in Net::HTTP.postnaruse2017-09-151-1/+2
* Use `&.` instead of modifier ifkazu2017-08-011-3/+3
* test_http.rb: fix r58855nobu2017-05-241-3/+3
* fix FD leaksnobu2017-05-231-3/+15
* Clean proxynaruse2017-05-201-1/+1
* Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse2017-05-191-0/+17
* Allow Net::HTTP to fetch user/pass from http_proxynaruse2017-04-231-0/+17
* * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo2016-11-051-0/+16
* * lib/net/http.rb (transport_request): other than HTTPContinuenaruse2016-11-051-0/+33
* Add an assertion.shugo2016-07-061-0/+3
* * lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo2016-07-061-0/+8
* test: use assert_not_*nobu2016-02-191-11/+11
* fix common misspelling [ci skip]nobu2015-12-241-3/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* fix r53013; the environment defines "example" as local hostnamenaruse2015-12-091-20/+20
* add tests for El Capitan failurenaruse2015-12-091-0/+11
* * lib/net/http.rb (connect): detect closed connection and reconnectnaruse2015-11-271-0/+17
* * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt2015-11-201-0/+16
* use assert_raisenobu2015-06-021-1/+1
* test_http.rb: test without DNS accessnobu2015-01-131-5/+8
* * lib/net/http.rb: More descriptive error message when net/http failshsbt2015-01-031-0/+9
* * test/net/http/test_http.rb (_test_send_request__HEAD): Addedhsbt2015-01-021-0/+11
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/webrick: Store log in an array.akr2014-11-091-1/+1
* * test/net/http: Examine webrick log.akr2014-11-091-0/+1
* * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse2014-08-051-2/+2
* test_http.rb: fix leaked threadsnobu2014-05-261-0/+4
* * test/net/http/utils.rb (spawn_server): Specify zero for port toakr2013-11-191-5/+0
* Increase open_timeout [Bug #8986]naruse2013-10-071-1/+1
* * test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr2013-09-011-1/+3
* * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa2013-07-101-2/+2
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-45/+43