svn commit: r378241 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-16 Thread remm
Author: remm Date: Thu Feb 16 05:22:51 2006 New Revision: 378241 URL: http://svn.apache.org/viewcvs?rev=378241view=rev Log: - Fix a dumb programming error which could cause a crash (rare, fortunately) after a poll error. i-- was used for the loop, so if sockets add were pending, the first

Re: svn commit: r378241 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-16 Thread Tim Funk
On an unrelated note ... what is threadSync for? It looks like a leftover when the class was created from a copy of another Endpoint. -Tim [EMAIL PROTECTED] wrote: Author: remm Date: Thu Feb 16 05:22:51 2006 New Revision: 378241 URL: http://svn.apache.org/viewcvs?rev=378241view=rev Log: -

Re: svn commit: r378241 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-16 Thread Remy Maucherat
Tim Funk wrote: On an unrelated note ... what is threadSync for? It looks like a leftover when the class was created from a copy of another Endpoint. I agree it doesn't look very useful. Rémy - To unsubscribe, e-mail: [EMAIL