From 0ee3808ecb84d26d475a82243d837bc6bef0421b Mon Sep 17 00:00:00 2001 From: slaurent Date: Fri, 8 Apr 2011 20:51:37 +0000 Subject: [PATCH] changelog for r1090003 / StuckThreadDetectionValve git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1090441 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 1ce5c5dcb..047473365 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -56,6 +56,11 @@ print not just the value of the first header, but of the all of them, separated by commas. (kkolinko) + + 50306: New StuckThreadDetectionValve to detect requests that take a + long time to process, which might indicate that their processing threads are + stuck. (slaurent) + -- 2.11.0