aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_httpresponse.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda2016-11-081-0/+16
* test: use assert_not_*nobu2016-02-191-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * 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-021-1/+1
* * lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse2014-12-231-0/+59
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-141-0/+26
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-211-0/+15
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+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
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-191-2/+156
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-0/+40