You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2003/09/25 17:22:34 UTC

cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13.xml

hgomez      2003/09/25 08:22:34

  Modified:    jk/xdocs/common AJPv13.xml
  Log:
  Update ajp13 documentation with PING/PONG
  
  Revision  Changes    Path
  1.5       +12 -1     jakarta-tomcat-connectors/jk/xdocs/common/AJPv13.xml
  
  Index: AJPv13.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/common/AJPv13.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AJPv13.xml	28 Nov 2002 08:52:48 -0000	1.4
  +++ AJPv13.xml	25 Sep 2003 15:22:34 -0000	1.5
  @@ -252,6 +252,11 @@
       <td>Shutdown</td>
       <td>The web server asks the container to shut itself down.</td>
     </tr>
  +  <tr>
  +    <td>8</td>
  +    <td>Ping</td>
  +    <td>The web server asks the container to respond quickly with a Pong.</td>
  +  </tr>
   </table>
   
   </p>
  @@ -284,6 +289,12 @@
       <td>6</td>
       <td>Get Body Chunk</td>
       <td>Get further data from the request if it hasn't all been transferred
  +    yet.</td>
  +  </tr>
  +  <tr>
  +    <td>8</td>
  +    <td>Pong Reply</td>
  +    <td>The reply to a PING request.
       yet.</td>
     </tr>
   </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13.xml

Posted by David Rees <db...@greenhydrant.com>.
David Rees said:
> I think there's a typo-o in here, looks like the text for the PONG REPLY
> will read as follows:  "The reply to a PING request. yet."  The attached
> patch should fix it (Against rev 1.5)
>
> -Dave

Doesn't look like my attachment made it.  Here it is inline.

-Dave

--- AJPv13.xml	Thu Sep 25 08:53:19 2003
+++ AJPv13.xml~	Thu Sep 25 08:52:26 2003
@@ -294,7 +294,8 @@
   <tr>
     <td>8</td>
     <td>Pong Reply</td>
-    <td>The reply to a PING request.</td>
+    <td>The reply to a PING request.
+    yet.</td>
   </tr>
 </table>
 </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13.xml

Posted by David Rees <db...@greenhydrant.com>.
David Rees said:
> I think there's a typo-o in here, looks like the text for the PONG REPLY
> will read as follows:  "The reply to a PING request. yet."  The attached
> patch should fix it (Against rev 1.5)
>
> -Dave

Doesn't look like my attachment made it.  Here it is inline.

-Dave

--- AJPv13.xml	Thu Sep 25 08:53:19 2003
+++ AJPv13.xml~	Thu Sep 25 08:52:26 2003
@@ -294,7 +294,8 @@
   <tr>
     <td>8</td>
     <td>Pong Reply</td>
-    <td>The reply to a PING request.</td>
+    <td>The reply to a PING request.
+    yet.</td>
   </tr>
 </table>
 </p>



Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13.xml

Posted by David Rees <db...@greenhydrant.com>.
I think there's a typo-o in here, looks like the text for the PONG REPLY
will read as follows:  "The reply to a PING request. yet."  The attached
patch should fix it (Against rev 1.5)

-Dave

hgomez@apache.org said:

> /home/cvs/jakarta-tomcat-connectors/jk/xdocs/common/AJPv13.xml,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- AJPv13.xml	28 Nov 2002 08:52:48 -0000	1.4
>   +++ AJPv13.xml	25 Sep 2003 15:22:34 -0000	1.5
>   @@ -252,6 +252,11 @@
>        <td>Shutdown</td>
>        <td>The web server asks the container to shut itself down.</td>
>      </tr>
>   +  <tr>
>   +    <td>8</td>
>   +    <td>Ping</td>
>   +    <td>The web server asks the container to respond quickly with a
> Pong.</td>
>   +  </tr>
>    </table>
>
>    </p>
>   @@ -284,6 +289,12 @@
>        <td>6</td>
>        <td>Get Body Chunk</td>
>        <td>Get further data from the request if it hasn't all been
> transferred
>   +    yet.</td>
>   +  </tr>
>   +  <tr>
>   +    <td>8</td>
>   +    <td>Pong Reply</td>
>   +    <td>The reply to a PING request.
>        yet.</td>
>      </tr>
>    </table>


Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13.xml

Posted by David Rees <db...@greenhydrant.com>.
I think there's a typo-o in here, looks like the text for the PONG REPLY
will read as follows:  "The reply to a PING request. yet."  The attached
patch should fix it (Against rev 1.5)

-Dave

hgomez@apache.org said:

> /home/cvs/jakarta-tomcat-connectors/jk/xdocs/common/AJPv13.xml,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- AJPv13.xml	28 Nov 2002 08:52:48 -0000	1.4
>   +++ AJPv13.xml	25 Sep 2003 15:22:34 -0000	1.5
>   @@ -252,6 +252,11 @@
>        <td>Shutdown</td>
>        <td>The web server asks the container to shut itself down.</td>
>      </tr>
>   +  <tr>
>   +    <td>8</td>
>   +    <td>Ping</td>
>   +    <td>The web server asks the container to respond quickly with a
> Pong.</td>
>   +  </tr>
>    </table>
>
>    </p>
>   @@ -284,6 +289,12 @@
>        <td>6</td>
>        <td>Get Body Chunk</td>
>        <td>Get further data from the request if it hasn't all been
> transferred
>   +    yet.</td>
>   +  </tr>
>   +  <tr>
>   +    <td>8</td>
>   +    <td>Pong Reply</td>
>   +    <td>The reply to a PING request.
>        yet.</td>
>      </tr>
>    </table>