summaryrefslogtreecommitdiff
path: root/test/net/http
AgeCommit message (Expand)Author
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
2020-03-04Fixed FD leakNobuyoshi Nakada
2020-02-21Promote net-http to the default gems.Hiroshi SHIBATA
2020-01-23Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama
2019-12-16Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh
2019-12-16lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh
2019-12-10fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui
2019-12-10test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh
2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui
2019-09-27Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans
2019-08-16Adding missing test for Net::HTTPGenericRequest initializer (#1835)Espartaco Palma
2019-07-24Test missing Content-Type warningsNobuyoshi Nakada
2019-07-24Show the caller's locationNobuyoshi 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-12-10Preserve HTTP header key as string [Bug #15394]naruse
2018-08-09net/http, net/ftp: skip SSL/TLS session resumption testsrhe
2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe
2018-06-25increase body sizenaruse
2018-06-24test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame
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-06Add Net::HTTPClientException [Bug #14688]naruse
2018-06-06Introduce write_timeout to Net::HTTP [Feature #13396]naruse
2018-03-08Raise ArgumentError if host component is nilnaruse
2017-12-20raise error if value contains CR/LF in iniheader of initialize_http_headernaruse
2017-11-25openssl: revert changes in SSLContext#{min,max}_version= in r60310rhe
2017-10-26Host header should add branckets to IPv6 address [Bug #12642]naruse
2017-10-23OpenSSL may show the different error messagenaruse
2017-10-21ignore server side errornaruse
2017-10-21Revert "ignore server side error"naruse
2017-10-21ignore server side errornaruse
2017-10-21fic expected error messagenaruse
2017-10-21Introduce Net::HTTP#min_version/max_version [Feature #9450]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-25HTTPHeader#add_field should allow binary [Bug #13926]naruse
2017-09-15include query parameters in Net::HTTP.postnaruse
2017-08-30A HTTP Header value must not contain CR or LF.naruse
2017-08-01Use `&.` instead of modifier ifkazu
2017-05-24test_http.rb: fix r58855nobu
2017-05-23fix FD leaksnobu
2017-05-22lib/net/protocol.rb: account read_bytes before caller sees itnormal