mturk 2004/07/30 01:59:53 Modified: ajp/ajplib/test ajp.h Log: Added ajp_msg_dump proto. Revision Changes Path 1.18 +9 -0 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.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ajp.h 30 Jul 2004 06:32:54 -0000 1.17 +++ ajp.h 30 Jul 2004 08:59:53 -0000 1.18 @@ -322,6 +322,15 @@ */ apr_status_t ajp_msg_serialize_cping(ajp_msg_t *msg); +/** + * Dump up to the first 1024 bytes on an AJP Message + * + * @param msg AJP Message to dump + * @param err error string to display + * @return APR_SUCCESS or error + */ +apr_status_t ajp_msg_dump(ajp_msg_t *msg, char *err); + /** * Send an AJP message to backend *
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]