[sr-dev] git:master:36b0da00: xhttp: docs - listed http_reply_parse core setting

Daniel-Constantin Mierla miconda at gmail.com
Mon Aug 15 20:19:24 CEST 2022


Module: kamailio
Branch: master
Commit: 36b0da00b9fc08be9e855d5dd4cc878b6e3c88bf
URL: https://github.com/kamailio/kamailio/commit/36b0da00b9fc08be9e855d5dd4cc878b6e3c88bf

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2022-08-15T20:18:02+02:00

xhttp: docs - listed http_reply_parse core setting

---

Modified: src/modules/xhttp/doc/xhttp_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/36b0da00b9fc08be9e855d5dd4cc878b6e3c88bf.diff
Patch: https://github.com/kamailio/kamailio/commit/36b0da00b9fc08be9e855d5dd4cc878b6e3c88bf.patch

---

diff --git a/src/modules/xhttp/doc/xhttp_admin.xml b/src/modules/xhttp/doc/xhttp_admin.xml
index 507283b90f4..f0e6d3fdeb8 100644
--- a/src/modules/xhttp/doc/xhttp_admin.xml
+++ b/src/modules/xhttp/doc/xhttp_admin.xml
@@ -85,13 +85,23 @@
 	<section>
 		<title>&kamailio; Core Settings</title>
 		<para>
-		SIP requires a Content-Length header for TCP transport. But most HTTP clients do not
-		set the content length for normal GET requests. Therefore, the core must be configured
-		to allow incoming requests without content length header:
+		Related core settings:
 			<itemizedlist>
 			<listitem>
 			<para>
-				<emphasis>tcp_accept_no_cl=yes</emphasis>
+				<emphasis>tcp_accept_no_cl=yes</emphasis> - SIP requires the
+				Content-Length header for TCP transport. But most HTTP clients
+				do not set the content length for normal GET requests. Therefore,
+				the core must be configured to allow incoming requests without
+				content length header.
+			</para>
+			</listitem>
+			<listitem>
+			<para>
+				<emphasis>http_reply_parse=yes</emphasis> - various Kamailio
+				modules may parse what it is sent out (e.g., for replication,
+				topology management). In such case errors are printed if the
+				outgoing message is not SIP and this parameter is not set.
 			</para>
 			</listitem>
 			</itemizedlist>




More information about the sr-dev mailing list