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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to