cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_apache2.h jk_service_apache2.c mod_jk2.c

2002-05-31 Thread costin
costin 2002/05/31 11:29:48 Modified:jk/native2/server/apache2 jk_apache2.h jk_service_apache2.c mod_jk2.c Log: Get rid of stack allocated request. It may be faster, but it's hard to debug and may create all kind of problems on different platforms.

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_apache2.h jk_service_apache2.c

2001-12-13 Thread costin
costin 01/12/13 10:50:34 Added: jk/native2/server/apache2 jk_apache2.h jk_service_apache2.c Log: Header file to get rid of warnings and check signatures. Split the implementation of jk_service out of mod_jk, for consistency and to make it easier to read. Revision