From 48e62ad378462bc84867d5da041fb10cd9f789d3 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 13 Oct 2010 21:19:17 +0000 Subject: [PATCH] Update change-log git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1022294 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 d8a2fd9b9..8b204df62 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -146,6 +146,11 @@ 50054: Correctly handle the setting of minSpareThreads in AJP connector. (kfujino) + + Fix issues when using a non-blocking read for the request line with the + NIO connector that could result in the request line being mis-read. + (markt) + -- 2.11.0