Re: svn commit: r647085 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_shm.h xdocs/miscellaneous/changelog.xml

2008-04-18 Thread Rainer Jung
Hi Mladen, I went through the new states and busy lines. Comments see below. [EMAIL PROTECTED] schrieb: @@ -1030,11 +1038,22 @@ /* Set returned error to OK */ *is_error = JK_HTTP_OK; +if (!(states = (int *)malloc(num_of_workers * sizeof(int { +*is_error =

svn commit: r647085 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_shm.h xdocs/miscellaneous/changelog.xml

2008-04-11 Thread mturk
Author: mturk Date: Fri Apr 11 02:13:07 2008 New Revision: 647085 URL: http://svn.apache.org/viewvc?rev=647085view=rev Log: Fix lb node in-error setting (see changelog) Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c