aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_httpresponse.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh2019-12-161-16/+16
* lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh2019-12-161-16/+16
* test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame2018-06-241-0/+30
* Add Net::HTTPClientException [Bug #14688]naruse2018-06-061-1/+1
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-221-0/+26
* 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