summaryrefslogtreecommitdiff
path: root/libhttplib2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'libhttplib2.tex')
-rw-r--r--[-rwxr-xr-x]libhttplib2.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/libhttplib2.tex b/libhttplib2.tex
index 4f93e29..ee04dd6 100755..100644
--- a/libhttplib2.tex
+++ b/libhttplib2.tex
@@ -97,6 +97,11 @@ The \module{httplib2} module defines the following variables:
The amount of debugging information to print. The default is 0.
\end{datadesc}
+\begin{datadesc}{RETRIES}
+A request will be tried 'RETRIES' times if it fails at the socket/connection level.
+The default is 2.
+\end{datadesc}
+
% --- 3.3. ---
% Exceptions are described using a ``excdesc'' block. This has only
% one parameter: the exception name. Exceptions defined as classes in