mturk 2004/08/01 07:59:04 Modified: ajp/ajplib/test ajp.h Log: Added CMD_AJP13_SHUTDOWN directive. We will use that some day perhaps. Revision Changes Path 1.24 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ajp.h 1 Aug 2004 14:53:23 -0000 1.23 +++ ajp.h 1 Aug 2004 14:59:04 -0000 1.24 @@ -134,8 +134,10 @@ #define CMD_AJP13_SEND_HEADERS (unsigned char)4 /** Marks the end of response. */ #define CMD_AJP13_END_RESPONSE (unsigned char)5 -/** XXX: Have no idea */ +/** Get further data from the web server if it hasn't all been transferred yet. */ #define CMD_AJP13_GET_BODY_CHUNK (unsigned char)6 +/** The web server asks the container to shut itself down. */ +#define CMD_AJP13_SHUTDOWN (unsigned char)7 /** Webserver ask container to take control (logon phase) */ #define CMD_AJP13_PING (unsigned char)8 /** Container response to cping request */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]