summaryrefslogtreecommitdiff
path: root/test/net/http/utils.rb
AgeCommit message (Expand)Author
4 days[ruby/net-http] Fixed test case for default content-type.Hiroshi SHIBATA
2024-12-31[ruby/net-http] Don't double-interrupt the test HTTP serverCharles Oliver Nutter
2024-09-13[ruby/net-http] Prevent warningsYusuke Endoh
2024-07-30Wait for server threads to finishNobuyoshi Nakada
2024-07-26[ruby/net-http] Removed needless NullWriter classHiroshi SHIBATA
2024-07-17To avoid fd leak with fetch request for SSL serverHiroshi SHIBATA
2024-07-10[ruby/net-http] Removed needless warningHiroshi SHIBATA
2024-07-10[ruby/net-http] Write log after server start, not handling requestHiroshi SHIBATA
2024-07-10[ruby/net-http] Support chunked data and fixed test failure with multipart/fo...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::SSLSe...Hiroshi SHIBATA
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
2016-11-29net/http: don't use OpenSSL::TestUtils from test coderhe
2016-01-05leakchecker.rb: remove temporary measurenobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-11-09* test/webrick: Store log in an array.akr
2014-11-09* test/net/http: Examine webrick log.akr
2014-11-08* test/net/http/utils.rb: Don't connect to spawned serverakr
2014-05-31Join threads.akr
2014-05-30* lib/webrick/server.rb: Use a pipe to detect server shutdown.akr
2013-11-19* test/net/http/utils.rb (spawn_server): Specify zero for port toakr
2012-09-01* lib/webrick/ssl.rb (WEBrick::Config::SSL): add new keynaruse
2012-07-21Use 0 for webrick's port and get the actual port. [Bug #6766]naruse
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2011-06-21* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi
2011-05-28* test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.kosaki
2010-06-01* lib/net/http.rb: adding support to rfc5789 patch verb.naruse
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2008-06-29* test/net/http/test_http.rb (_test_request__file): specify encodingmame
2007-12-20* lib/net/http.rb (Net::HTTP#connect): usegotoyuzo
2007-12-18* test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo