CC: | darren [...] darrenduncan.net |
Subject: | docs bug - LWP timeout is 180s not 300s |
In your documentation for the "timeout" attribute of RT::Client::Rest you say:
"timeout is the number of seconds HTTP client will wait for the server to respond. Defaults to
LWP::UserAgent's default timeout, which is 300 seconds."
But this is in fact wrong. If you lookup "timeout" in http://search.cpan.org/dist/libwww-
perl/lib/LWP/UserAgent.pm then you will see that LWP's default timeout is in fact 3 minutes or
180 seconds.
Please correct this error at your nearest opportunity, as it would confuse your users in possibly
important ways, including myself.
Thank you in advance.