cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_http.c

2004-08-10 Thread mturk
mturk 2004/08/10 11:05:01 Modified:ajp/proxy proxy_http.c Log: Make sure that the things get logged using the same look-and-feal. Also fix the return code from DECLINED to service unavailable if the connection breaks. Revision ChangesPath 1.5 +15 -8

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_http.c

2004-08-06 Thread mturk
mturk 2004/08/06 04:44:45 Modified:ajp/proxy proxy_http.c Log: We have a proxy-http using connection pool ;) Need some thorough testing. Revision ChangesPath 1.2 +82 -284 jakarta-tomcat-connectors/ajp/proxy/proxy_http.c Index: proxy_http.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_http.c proxy_util.c

2004-08-06 Thread mturk
mturk 2004/08/06 07:05:46 Modified:ajp/proxy proxy_http.c proxy_util.c Log: Fix the assertion bug for reslist caused by returning the same connection back to the pool twice. Revision ChangesPath 1.3 +8 -13 jakarta-tomcat-connectors/ajp/proxy/proxy_http.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_http.c

2004-08-06 Thread mturk
mturk 2004/08/06 07:12:22 Modified:ajp/proxy proxy_http.c Log: Always use the cleanup. Do not close the socket directly. Revision ChangesPath 1.4 +2 -6 jakarta-tomcat-connectors/ajp/proxy/proxy_http.c Index: proxy_http.c