]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Make resolver HTTP timeout setting implementation neutral
authorDan Scott <dscott@laurentian.ca>
Thu, 22 Dec 2011 21:08:07 +0000 (16:08 -0500)
committerArt <artrhyno@uwindsor.ca>
Thu, 5 Jan 2012 15:25:31 +0000 (10:25 -0500)
commit692ccb6288e24041a91ffb4617562fa95449c65e
tree628268ccc2a90797e4afe49b21f310d68253ea15
parente64c8643fedc3bf121d618aaf595d03cd3d685fd
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>
Signed-off-by: Art <artrhyno@uwindsor.ca>
Open-ILS/examples/opensrf.xml.example
Open-ILS/src/perlmods/lib/OpenILS/Application/ResolverResolver.pm