Unable to handle encoding forced by server.
Created by: sunilkr
It seems arachni does not handle the 'Content-Encoding' header from response when parsing pages and running path_extractors My test application does not honor 'Accept-Encoding' request header and always sends content with 'Content-Encoding' response header. Nokogiri was not able to parse the content as is.