ソースを参照

add tcp_accept_no_cl=yes to xhttp description

Klaus Darilion 13 年 前
コミット
c386968d40
2 ファイル変更17 行追加0 行削除
  1. 2 0
      modules/xhttp/doc/xhttp.txt.html
  2. 15 0
      modules/xhttp/doc/xhttp_admin.xml

ファイルの差分が大きいため隠しています
+ 2 - 0
modules/xhttp/doc/xhttp.txt.html


+ 15 - 0
modules/xhttp/doc/xhttp_admin.xml

@@ -79,6 +79,21 @@
 			</itemizedlist>
 		</para>
 	</section>
+	<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:
+			<itemizedlist>
+			<listitem>
+			<para>
+				<emphasis>tcp_accept_no_cl=yes</emphasis>
+			</para>
+			</listitem>
+			</itemizedlist>
+		</para>
+	</section>
 	<section>
 		<title>External Libraries or Applications</title>
 		<para>

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません