new(socket)
Creates a new Inflater wrapping socket
# File lib/net/http/response.rb, line 355 def initialize socket @socket = socket # zlib with automatic gzip detection @inflate = Zlib::Inflate.new(32 + Zlib::MAX_WBITS) end