Correction. The change for 1359748 was already mentioned, though it did not have the bug number.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1395086 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/container/webapps/docs/changelog.xml b/container/webapps/docs/changelog.xml
index 59c5eaf..ee6d0cb 100644
--- a/container/webapps/docs/changelog.xml
+++ b/container/webapps/docs/changelog.xml
@@ -88,10 +88,6 @@
</subsection>
<subsection name="Coyote">
<changelog>
- <fix>
- Ensure that the chunked input filter is correctly recycled between
- requests. (kkolinko/jim)
- </fix>
<add>
Implement the maxHeaderCount for the HTTP connectors. (kkolinko)
</add>
@@ -102,9 +98,8 @@
Reject chunks whose header is incorrect. (kkolinko)
</fix>
<fix>
- <bug>52055</bug> (comment 14): Correctly reset
- <code>ChunkedInputFilter.needCRLFParse</code> flag when the filter
- is recycled. (kkolinko)
+ <bug>52055</bug> (comment 14): Ensure that the chunked input filter
+ is correctly recycled between requests. (kkolinko/jim)
</fix>
</changelog>
</subsection>