summaryrefslogtreecommitdiff
path: root/lib/net/http/generic_request.rb
diff options
context:
space:
mode:
-rw-r--r--lib/net/http/generic_request.rb25
1 files changed, 25 insertions, 0 deletions
@@ -102,6 +102,31 @@ class Net::HTTPGenericRequest
"\#<#{self.class} #{@method}>"
end
##
# Don't automatically decode response content-encoding if the user indicates
# they want to handle it.