Hi Mladen, I've problems with my ugly compiler because of signed <-> unsigned char with buf:
defined in ajp.h: struct ajp_msg { char * buf; apr_size_t headerLen; apr_size_t len; apr_size_t pos; int serverSide; }; and in ajp_masg.c line 88: apr_byte_t *head = msg->buf; should I cast these with apr_byte_t, or better change the struct? Guenter. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]