From: jfclere Date: Tue, 19 Jul 2011 12:11:18 +0000 (+0000) Subject: Add changelog for 1148254 and 1148216 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e2a2e87057bcd755c788f47331c19606ec577b43;p=tomcat7.0 Add changelog for 1148254 and 1148216 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1148288 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index f913a84f0..58d7d8419 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -71,6 +71,14 @@ + 50394: Return -1 instead throwing exception when + EOF (jfclere) + + + 49595: Prevent JVM crash with native when flushing + a closed socket (jfclere) + + Correctly handle a connectionTimeout value of -1 (no timeout) for the HTTP NIO and AJP NIO connectors. (markt)