aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http
Commit message (Expand)AuthorAgeFilesLines
* Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans2019-09-271-0/+11
* Adding missing test for Net::HTTPGenericRequest initializer (#1835)Espartaco Palma2019-08-161-0/+1
* Test missing Content-Type warningsNobuyoshi Nakada2019-07-241-4/+11
* Show the caller's locationNobuyoshi Nakada2019-07-241-1/+13
* 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
* Preserve HTTP header key as string [Bug #15394]naruse2018-12-101-0/+5
* net/http, net/ftp: skip SSL/TLS session resumption testsrhe2018-08-091-0/+7
* net/http, net/ftp: fix session resumption with TLS 1.3rhe2018-08-081-25/+10
* increase body sizenaruse2018-06-251-1/+1
* test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame2018-06-241-0/+30
* 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
* 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