aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_httpresponse.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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