summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorInstructor, Computer Systems Technology <jim_parry@bcit.ca>2016-10-19 00:28:05 +0200
committerGitHub <noreply@github.com>2016-10-19 00:28:05 +0200
commit062b7d41d4cf656e481ea6cb5e8ccf1cd4933e20 (patch)
tree5e6c7c3262328d6a7f98be1f0aa32cb51f2bf691 /user_guide_src
parented7ac05115c7261a59ad0dcdf03071763d00b0c7 (diff)
parent2e57058329d6b8a76db8d6f04ff7467ff204a637 (diff)
Merge pull request #4855 from jim-parry/fix/xmlrpc-timeout
Fix xmlrpc timeout, #4843
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/libraries/xmlrpc.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/xmlrpc.rst b/user_guide_src/source/libraries/xmlrpc.rst
index 4d7ed66d5..04be8d52d 100644
--- a/user_guide_src/source/libraries/xmlrpc.rst
+++ b/user_guide_src/source/libraries/xmlrpc.rst
@@ -490,6 +490,10 @@ Class Reference
$this->xmlrpc->timeout(6);
+ This timeout period will be used both for an initial connection to
+ the remote server, as well as for getting a response from it.
+ Make sure you set the timeout before calling `send_request`.
+
.. php:method:: method($function)
:param string $function: Method name