aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add Net::HTTPClientException [Bug #14688]naruse2018-06-061-1/+1
* Introduce write_timeout to Net::HTTP [Feature #13396]naruse2018-06-061-0/+24
* Raise ArgumentError if host component is nilnaruse2018-03-081-0/+12
* raise error if value contains CR/LF in iniheader of initialize_http_headernaruse2017-12-201-0/+15
* openssl: revert changes in SSLContext#{min,max}_version= in r60310rhe2017-11-251-2/+2
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-261-0/+27
* OpenSSL may show the different error messagenaruse2017-10-231-1/+2
* ignore server side errornaruse2017-10-211-1/+1
* Revert "ignore server side error"naruse2017-10-211-1/+1
* ignore server side errornaruse2017-10-211-1/+1
* fic expected error messagenaruse2017-10-211-2/+2
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-211-0/+28
* 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
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-3/+6
* include query parameters in Net::HTTP.postnaruse2017-09-151-1/+2
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-0/+11
* 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
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-221-0/+26
* 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
* net/http: don't use OpenSSL::TestUtils from test coderhe2016-11-292-25/+24
* Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda2016-11-081-0/+16
* * 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
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-0/+40
* * test/net/http/test_httpheader.rb: add missing test ofktsj2016-05-041-0/+9
* test: use assert_not_*nobu2016-02-193-22/+22
* * lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt2016-01-291-0/+6
* leakchecker.rb: remove temporary measurenobu2016-01-051-0/+1
* fix common misspelling [ci skip]nobu2015-12-241-3/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-169-0/+9
* 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
* * lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj2015-08-011-0/+53
* fix a failure without zlibkazu2015-07-011-1/+1