summaryrefslogtreecommitdiff
path: root/test/net/http/test_http.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-09fix r53013; the environment defines "example" as local hostnamenaruse
2015-12-09add tests for El Capitan failurenaruse
2015-11-27* lib/net/http.rb (connect): detect closed connection and reconnectnaruse
2015-11-20* lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt
2015-06-02use assert_raisenobu
2015-01-13test_http.rb: test without DNS accessnobu
2015-01-03* lib/net/http.rb: More descriptive error message when net/http failshsbt
2015-01-02* test/net/http/test_http.rb (_test_send_request__HEAD): Addedhsbt
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-09* test/webrick: Store log in an array.akr
2014-11-09* test/net/http: Examine webrick log.akr
2014-08-05* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse
2014-05-26test_http.rb: fix leaked threadsnobu
2013-11-19* test/net/http/utils.rb (spawn_server): Specify zero for port toakr
2013-10-07Increase open_timeout [Bug #8986]naruse
2013-09-01* test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr
2013-07-10* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-02-24* lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain
2013-02-14* lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain
2013-02-14* lib/net/http: Do not handle Content-Encoding when the user setsdrbrain
2013-01-05Suppress warningsnaruse
2012-12-23* lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse
2012-12-21 * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-09-29test_http.rb: clear environment variablesshirosaki
2012-07-21Use 0 for webrick's port and get the actual port. [Bug #6766]naruse
2012-07-21* lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse
2012-07-20* lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain
2012-07-19* test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa
2012-07-18use localhost for both local and remote. [Bug #6746]naruse
2012-07-17Support IPv6 address. [Bug #6746]naruse
2012-07-12* test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa
2012-07-12Use IPv4 address on connecting to 127.0.0.1.naruse
2012-07-11* lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2012-02-25Fix r34779. Raised error on connection reset varies on environments.naruse
2012-02-24* lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain
2012-02-02* test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debugusa
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2011-12-22Suppress warnings.naruse
2011-11-19* test/net/http/test_http.rb: remove temporally files in ensure clause.akr
2011-11-18* test/net/http/test_http.rb: remove temporally files.akr
2011-08-01* test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei
2011-06-21* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi
2011-05-31* lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi
2011-01-12* lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui
2011-01-06use require_relative instead of File.expand_pathtenderlove