https://issues.apache.org/bugzilla/show_bug.cgi?id=46077
Summary: deferAccept should be a settable property in AprEndpoint Product: Tomcat 6 Version: 6.0.18 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: [EMAIL PROTECTED] Created an attachment (id=22772) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22772) Proposed patch against tc6.0.x/trunk r707267 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=707267 ) I'm currently using Tomcat 6 with APR behind a Juniper Redline cluster and am seeing the symptoms outlined here: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/134274 Because of this, I need the ability to disable the TCP_DEFER_ACCEPT flag on listening sockets. This exists as a variable in AprEndpoint but does not have a getter/setter defined. I've attached a patch to accomplish this. Please review and let me know if I need to provide any further information for this to be accepted. thanks -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]