summaryrefslogtreecommitdiff
path: root/test/net/http/test_httpresponse.rb
AgeCommit message (Expand)Author
2014-12-23* lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse
2013-02-14* lib/net/http: Do not handle Content-Encoding when the user setsdrbrain
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-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-19* lib/net/http/response.rb: Automatically inflate gzip anddrbrain
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi