Subject: | should set max_size() on LWP::UserAgent |
If the url is a non-HTML document or a very large HTML document, the
module can get "stuck" waiting for the document to load. I think there
should be a check for content type and a max_size() limit on the UA.