Github user hanyong commented on the pull request: https://github.com/apache/tomcat/pull/10#issuecomment-45478715 Sorry, the patch DOES NOT work well. I found another problem. The aysnc servlet timeout is triggered by the poller thead also, since the SelectionKey was deregistered when the socket be closed, the asyncTimeout will never triggered. In this situation, If the user forgot to call "AsyncContext.complete()", the limit leak happens always.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org