From dev-return-202620-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Wed Oct 16 10:12:29 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5D75B180644 for ; Wed, 16 Oct 2019 12:12:29 +0200 (CEST) Received: (qmail 22127 invoked by uid 500); 16 Oct 2019 10:12:27 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 22056 invoked by uid 99); 16 Oct 2019 10:12:27 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Oct 2019 10:12:27 +0000 From: GitBox To: dev@tomcat.apache.org Subject: [GitHub] [tomcat] jgallimore opened a new pull request #214: Avoid reusing a processor from a request that has timed out Message-ID: <157122074776.5619.3777248555987843733.gitbox@gitbox.apache.org> Date: Wed, 16 Oct 2019 10:12:27 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit jgallimore opened a new pull request #214: Avoid reusing a processor from a request that has timed out URL: https://github.com/apache/tomcat/pull/214 When a async request times out, this change will stop the associated processor from being added back to the pool for re-use. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org