Module: sip-router Branch: master Commit: 0c970537a2d2aa66d24650e07efb587acd9edfc0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c970537...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Wed Feb 6 23:37:53 2013 -0500
xhttp_rpc: documentation updates
---
modules/xhttp_rpc/README | 8 ++++---- modules/xhttp_rpc/doc/xhttp_rpc_admin.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modules/xhttp_rpc/README b/modules/xhttp_rpc/README index 9796bc3..b85f033 100644 --- a/modules/xhttp_rpc/README +++ b/modules/xhttp_rpc/README @@ -16,7 +16,7 @@ Alex Balashov
- Copyright � 2011 VoIPEmbedded Inc. + Copyright © 2011 VoIPEmbedded Inc. __________________________________________________________________
Table of Contents @@ -130,15 +130,15 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc")
3.2. xhttp_rpc_buf_size (str)
- Specifies the maximum length of the buffer used to write the RPC reply - information in order to build the HTML response. + Specifies the maximum length of the buffer (in bytes) used to write the + RPC reply information in order to build the HTML response.
Default value is 0 (auto set to 1/3 of the size of the configured pkg mem).
Example 1.2. Set xhttp_rpc_buf_size parameter ... -modparam("xhttp", "xhttp_rpc_buf_size", ) +modparam("xhttp", "xhttp_rpc_buf_size", 1024) ...
4. Functions diff --git a/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml b/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml index 3b658e9..ca02556 100644 --- a/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml +++ b/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml @@ -112,7 +112,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc") <section> <title><varname>xhttp_rpc_buf_size</varname> (str)</title> <para> - Specifies the maximum length of the buffer used + Specifies the maximum length of the buffer (in bytes) used to write the RPC reply information in order to build the HTML response. </para> @@ -125,7 +125,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc") <title>Set <varname>xhttp_rpc_buf_size</varname> parameter</title> <programlisting format="linespecific"> ... -modparam("xhttp", "xhttp_rpc_buf_size", ) +modparam("xhttp", "xhttp_rpc_buf_size", 1024) ... </programlisting> </example>