RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-08-02 Thread Tapnio Rose A TSgt 460 MDS/SGPZ
Please get me off this mailing list! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 1:08 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h mturk 2004/08/02 00:07:37 Modified:ajp

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c

2004-07-28 Thread jean-frederic clere
jean-frederic clere wrote: Mladen Turk wrote: [EMAIL PROTECTED] commited: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c One question. In ajp_send_header you are calling twice the ajp_ilink_send(sock,msg); First checking rv, and second not. Copy/paste ? Oops, that ma

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c

2004-07-28 Thread jean-frederic clere
Mladen Turk wrote: [EMAIL PROTECTED] commited: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c One question. In ajp_send_header you are calling twice the ajp_ilink_send(sock,msg); First checking rv, and second not. Copy/paste ? Oops, that may why the Tomcat is not happ

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c

2004-07-28 Thread Mladen Turk
[EMAIL PROTECTED] commited: > jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c > One question. In ajp_send_header you are calling twice the ajp_ilink_send(sock,msg); First checking rv, and second not. Copy/paste ? MT. smime.p7s Description: S/MIME cryptographic signa

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-07-28 Thread Mladen Turk
Günter Knauf wrote: > > Hi Mladen, Wrong guy, It is Henri's artwork :) > I've problems with my ugly compiler because of signed <-> > unsigned char with buf: > > > defined in ajp.h: > > struct ajp_msg > { > char * buf; Henri, can we use byte for message buffer? MT. smime.p7s

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-07-28 Thread Günter Knauf
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

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: Henri Gomez wrote: 1. We don't need ajp_env_t (use the pool directly) 2. We don't need ajp_idef and ajp_ilink (use the sockets directly) well ajp_ilink_t make provision for more than TCP/IP socket, we could at later time unix socket :) If someone will ever crate a unix soc

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread Mladen Turk
Henri Gomez wrote: > > > > 1. We don't need ajp_env_t (use the pool directly) 2. We don't need > > ajp_idef and ajp_ilink (use the sockets directly) > > well ajp_ilink_t make provision for more than TCP/IP socket, > we could at later time unix socket :) > If someone will ever crate a unix s

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: [EMAIL PROTECTED] wrote: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c Few things. 1. We don't need ajp_env_t (use the pool directly) 2. We don't need ajp_idef and ajp_ilink (use the sockets directly) well ajp_ilink_t make provision for more than TCP/IP socket, we

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c

2004-07-27 Thread Mladen Turk
[EMAIL PROTECTED] wrote: > jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c Few things. 1. We don't need ajp_env_t (use the pool directly) 2. We don't need ajp_idef and ajp_ilink (use the sockets directly) 3. Use the apr_size_t or apr_ssize_t for message lengths, or if they will be di