summaryrefslogtreecommitdiff
path: root/test/net/http/test_httpresponse.rb
AgeCommit message (Expand)Author
2019-12-16Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh
2019-12-16lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh
2018-06-24test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame
2018-06-06Add Net::HTTPClientException [Bug #14688]naruse
2017-05-22lib/net/protocol.rb: account read_bytes before caller sees itnormal
2016-11-08Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda
2016-02-19test: use assert_not_*nobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
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
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