cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c ajp_logon.c ajp_msg.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 03:10:21 Modified:ajp/ajplib/test ajp_link.c ajp_logon.c ajp_msg.c Log: ap_log_rerror needs a request otherwise it cores, so use ap_log_error. Revision ChangesPath 1.7 +8 -8 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c Index: ajp

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

2004-07-28 Thread mturk
mturk 2004/07/28 10:29:00 Modified:ajp/ajplib/test ajp_link.c ajp.h Log: Add more error codes. Make ajp_msg_t::buf to be apr_byte_t ajp_ilink_readN -> ilink_read (since it's static no ajp_ prefix) Revision ChangesPath 1.5 +11 -10jakarta-tomcat-connectors/a

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c

2004-07-28 Thread mturk
mturk 2004/07/28 09:12:15 Modified:ajp/ajplib/test ajp_link.c Log: Remove ;; (makes error on some compilers) Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c Index: ajp_link.c =

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

2004-07-28 Thread Henri Gomez
Mladen Turk wrote: Henri Gomez wrote: We don't need that (at least stuff that creates the connection) the ajplib should provide this service isn't it ? It will ease the task for developpers. It's not so easy to create a socket via APR and the extra cost will be usefull for APR beginers (includ

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

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: Henri Gomez wrote: We don't need that (at least stuff that creates the connection) the ajplib should provide this service isn't it ? It will ease the task for developpers. It's not so easy to create a socket via APR and the extra cost will be usefull for APR beginers (includ

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

2004-07-27 Thread Mladen Turk
Henri Gomez wrote: > > > > We don't need that (at least stuff that creates the connection) > > the ajplib should provide this service isn't it ? > It will ease the task for developpers. It's not so easy to > create a socket via APR and the extra cost will be usefull > for APR beginers (includ

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

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: [EMAIL PROTECTED] wrote: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c We don't need that (at least stuff that creates the connection) the ajplib should provide this service isn't it ? It will ease the task for developpers. It's not so easy to create a socket via APR and

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

2004-07-27 Thread Mladen Turk
[EMAIL PROTECTED] wrote: > jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c > We don't need that (at least stuff that creates the connection) Imagine that you already have a socket. It will be up to the framework to create the connection, whether it will be mod_proxy or mod_ajp. In any case

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c

2004-07-27 Thread hgomez
hgomez 2004/07/27 06:46:32 Modified:ajp/ajplib/test ajp_link.c Log: *** keyword substitution change *** Revision ChangesPath 1.2 +267 -267 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c Index: ajp_link.c ===

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c

2004-07-27 Thread hgomez
hgomez 2004/07/27 06:46:16 Added: ajp/ajplib/test ajp_link.c Log: Some socket io (ad minima) Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c Index: ajp_link.c