aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse2015-06-291-0/+28
* use assert_raisenobu2015-06-022-2/+2
* * lib/net/http/header.rb: pass header names as symbols.hsbt2015-02-081-0/+8
* test_http.rb: test without DNS accessnobu2015-01-131-5/+8
* * lib/net/http.rb: More descriptive error message when net/http failshsbt2015-01-031-0/+9
* * test/net/http/test_http.rb (_test_send_request__HEAD): Addedhsbt2015-01-021-0/+11
* * lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse2014-12-231-0/+59
* test_https.rb: skip old OpenSSLnobu2014-12-131-1/+1
* * test/net/http/test_https.rbusa2014-12-091-4/+8
* add test for r48563naruse2014-11-261-0/+32
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/net/http/test_https_proxy.rb: Use assert_join_threads.akr2014-11-111-14/+17
* * test/webrick: Store log in an array.akr2014-11-093-5/+8
* * test/net/http: Examine webrick log.akr2014-11-093-1/+6
* * test/net/http/utils.rb: Don't connect to spawned serverakr2014-11-081-9/+0
* * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse2014-08-051-2/+2
* suppress warningsnaruse2014-08-051-1/+1
* Join threads.akr2014-05-311-4/+2
* Close FDs.akr2014-05-301-0/+1
* * lib/webrick/server.rb: Use a pipe to detect server shutdown.akr2014-05-301-1/+0
* test_http.rb: fix leaked threadsnobu2014-05-261-0/+4
* * test/net/http/utils.rb (spawn_server): Specify zero for port toakr2013-11-193-8/+2
* Increase open_timeout [Bug #8986]naruse2013-10-071-1/+1
* * test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr2013-09-011-1/+3
* * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa2013-07-101-2/+2
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-45/+43
* * lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain2013-02-241-0/+2
* * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain2013-02-142-3/+3
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-143-0/+67
* Suppress warningsnaruse2013-01-051-5/+11
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-231-0/+9
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-212-0/+63
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-062-2/+2
* test_http.rb: clear environment variablesshirosaki2012-09-291-11/+15
* * lib/webrick/ssl.rb (WEBrick::Config::SSL): add new keynaruse2012-09-011-0/+1
* Use 0 as port like #6766 [Bug #6959]naruse2012-09-011-1/+1
* Refix r36678: switch with zlib and check content-encoding.naruse2012-08-101-6/+24
* Suppress warnings: Net::HTTPResponse#header is obsoletenaruse2012-08-101-4/+4
* Run automatic deflate decoding only if it has zlib.naruse2012-08-101-3/+3