Piotr Boniecki
Results
1
comments of
Piotr Boniecki
The error is raised in the `Redirector` (`lib/http/redirector.rb:59`) when it tries to flush the body of the first response: ```ruby res = HTTP.headers('Accept-Encoding' => 'gzip').get(url) zlib = Zlib::Inflate.new(32 + Zlib::MAX_WBITS)...