]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Xforms.
authorRainer Jung <rjung@apache.org>
Fri, 2 Jan 2015 11:57:52 +0000 (11:57 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 2 Jan 2015 11:57:52 +0000 (11:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1649006 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_ajp.html.en
docs/manual/mod/mod_proxy_ajp.xml.ja

index e00ab42b4ec223fc6c9a8b1df4bd171fef6b4610..d5eb7fe3404b3c5d3cfff18333628c5aa84b959c 100644 (file)
 <h2><a name="basppacketstruct" id="basppacketstruct">Basic Packet Structure</a></h2>
     <p>There is a bit of an XDR heritage to this protocol, but it differs
     in lots of ways (no 4 byte alignment, for example).</p>
-    <p>Byte order: I am not clear about the endian-ness of the individual
-    bytes.  I'm guessing the bytes are little-endian, because that's what
-    XDR specifies, and I'm guessing that sys/socket library is magically
-    making that so (on the C side).  If anyone with a better knowledge of
-    socket calls can step in, that would be great.</p>
+    <p>AJP13 uses network byte order for all data types.</p>
     <p>There are four data types in the protocol: bytes, booleans,
     integers and strings.</p>
     <dl>
@@ -578,9 +574,9 @@ AJP13_GET_BODY_CHUNK :=
   
   <h3>End Response</h3>
     <p>Signals the end of this request-handling cycle.  If the
-    <code>reuse</code> flag is true <code>(==1)</code>, this TCP connection can
-    now be used to handle new incoming requests.  If <code>reuse</code> is false
-    (anything other than 1 in the actual C code), the connection should
+    <code>reuse</code> flag is true <code>(anything other than 0 in the actual
+    C code)</code>, this TCP connection can now be used to handle new incoming
+    requests.  If <code>reuse</code> is false (==0), the connection should
     be closed.</p>
   
   <h3>Get Body Chunk</h3>
index 065f678569a77b9223b2764f256bc04cf4a414d5..49023e17dbee327658c960eab6111453f15d08b5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:1596970 (outdated) -->
+<!-- English Revision: 421100:1649005 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more