[EMAIL PROTECTED] wrote:
Author: mturk
Date: Thu May 29 11:08:20 2008
New Revision: 661428
URL: http://svn.apache.org/viewvc?rev=661428&view=rev
Log:
Move the ttl as well when the socket is removed. Patch provided by Alex Barclay
Cool but could you put the information in
jk/xdocs/miscellaneous/changelog.xml?
BTW: Is there a bug report corresponding to the fix?
Cheers
Jean-Frederic
Modified:
tomcat/connectors/trunk/jni/native/src/poll.c
Modified: tomcat/connectors/trunk/jni/native/src/poll.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/src/poll.c?rev=661428&r1=661427&r2=661428&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/src/poll.c (original)
+++ tomcat/connectors/trunk/jni/native/src/poll.c Thu May 29 11:08:20 2008
@@ -215,6 +215,7 @@
}
else {
p->socket_set[dst] = p->socket_set[i];
+ p->socket_ttl[dst] = p->socket_ttl[i];
dst++;
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]