summaryrefslogtreecommitdiff
path: root/test/net/http
AgeCommit message (Expand)Author
2015-08-01* lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj
2015-07-01fix a failure without zlibkazu
2015-06-29* lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse
2015-06-02use assert_raisenobu
2015-02-08* lib/net/http/header.rb: pass header names as symbols.hsbt
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-12-23* lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse
2014-12-13test_https.rb: skip old OpenSSLnobu
2014-12-09* test/net/http/test_https.rbusa
2014-11-26add test for r48563naruse
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-11* test/net/http/test_https_proxy.rb: Use assert_join_threads.akr
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-08-05* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse
2014-08-05suppress warningsnaruse
2014-05-31Join threads.akr
2014-05-30Close FDs.akr
2014-05-30* lib/webrick/server.rb: Use a pipe to detect server shutdown.akr
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-09-01* lib/webrick/ssl.rb (WEBrick::Config::SSL): add new keynaruse
2012-09-01Use 0 as port like #6766 [Bug #6959]naruse
2012-08-10Refix r36678: switch with zlib and check content-encoding.naruse
2012-08-10Suppress warnings: Net::HTTPResponse#header is obsoletenaruse
2012-08-10Run automatic deflate decoding only if it has zlib.naruse
2012-07-26* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...shyouhei
2012-07-25* lib/net/http.rb: Added SSL session reuse across connections for adrbrain
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* lib/net/http/response.rb: Automatically inflate gzip anddrbrain
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