cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_global.h jk_lb_worker.c

2005-04-21 Thread mturk
mturk 2005/04/21 04:18:44 Modified:jk/native/common jk_ajp_common.c jk_global.h jk_lb_worker.c Log: Make sure the returned status codes are the same for ajp and lb workers. Status 503 if connection to tomcat fails. Status 502 is returned if tomcat faild in the middle of reque

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_global.h jk_lb_worker.c

2005-03-26 Thread mturk
mturk 2005/03/26 01:28:56 Modified:jk/native/common jk_ajp_common.c jk_global.h jk_lb_worker.c Log: Use HTTP_REQUEST_ENTITY_TOO_LARGE when marshaling fails. Revision ChangesPath 1.95 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index:

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_global.h jk_lb_worker.c jk_msg_buff.c jk_msg_buff.h jk_service.h

2004-02-11 Thread hgomez
hgomez 2004/02/11 01:49:49 Modified:jk/native/common jk_ajp_common.c jk_global.h jk_lb_worker.c jk_msg_buff.c jk_msg_buff.h jk_service.h Log: Fix the POST recovery in LB mode. Revision ChangesPath 1.47 +22 -2 jakarta-tomcat-connectors/jk/