|
workaround (in webmon.pl):
my $mon = WWW::Monitor->new('MAIL_CALLBACK'=>\¬ify,'CACHE'=>$cache); #Initializing ...
$mon->add_header( 'Accept-Encoding' => 'identity' ); ## gzip workaround : "identity" means unenco
+ded content
I think a better solution would be (in WWW::Monitor(::Task)) to accept gzip data and to ungzip it if encoded (before using Text::Diff).
|