Subject: | #26593 fix breaks encoded content |
Just downloaded 1.24, and the removal of the decoded_content call from
_update_page breaks the automatic decoding of compressed server
responses. To reproduce, simply go to a server with Accept-Encoding:
gzip, and your WWW::Mech's ->content will return the encoded content.
This fix is required because, for example, Test::WWW::Mechanize only
uses the ->content accessor.
Mark Zealey