Open robrwo opened 6 years ago
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.
It looks like this might be complicated than I thought. Ideally it should be letting HTTP::Message etc. do the decoding.
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.