CC: | kevin [...] weblab.com |
Subject: | Expose control of request timeouts from LWP::UserAgent to RPC::XML::Client |
If a server process is expected to take longer than the default time-out
setting of LWP::UserAgent requests, the user must adjust the timeout
setting on the encapsulated UA object. This could be made much easier by
bridging it at the RPC::XML::Client level, rather than requiring them to
use the useragent() method to get the UA object, then use that to set it.