perlrdf icon indicating copy to clipboard operation
perlrdf copied to clipboard

Fix handling of gzip-encoded content

Open robrwo opened this issue 6 years ago • 1 comments

For example, http://schema.org/version/3.3/schema.rdf is gzip encoded. This is fixed simply by using the LWP::UserAgent decoded_content method instead of the (raw) content method.

robrwo avatar May 25 '18 23:05 robrwo

It looks like this might be complicated than I thought. Ideally it should be letting HTTP::Message etc. do the decoding.

robrwo avatar May 27 '18 01:05 robrwo