From: markt Date: Wed, 13 Oct 2010 21:19:17 +0000 (+0000) Subject: Update change-log X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=48e62ad378462bc84867d5da041fb10cd9f789d3;p=tomcat7.0 Update change-log git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1022294 13f79535-47bb-0310-9956-ffa450edef68 --- 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) +