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

[EMAIL PROTECTED] 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>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to