Make resolver HTTP timeout setting implementation neutral
authorDan Scott <dscott@laurentian.ca>
Thu, 22 Dec 2011 21:08:07 +0000 (16:08 -0500)
committerDan Scott <dscott@laurentian.ca>
Thu, 22 Dec 2011 22:47:43 +0000 (17:47 -0500)
commit51c11f1a03e4f0b9524530f7a113cbd2a0da3ec1
treef42834e6bf4be0461a25734a83d4cf7ee44071ae
parent32a7a116784cc03cc69cd8327875810a39052db4
Make resolver HTTP timeout setting implementation neutral

Rather than exposing the underlying mechanism (LWP) for the HTTP
request via the "lwp_timeout" setting, use "request_timeout" so that if
we switch to a different HTTP library the setting name doesn't
contradict it.

Also, add an example setting to opensrf.xml.example.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/examples/opensrf.xml.example
Open-ILS/src/perlmods/lib/OpenILS/Application/ResolverResolver.pm