Author: kotkov
Date: Thu May 25 10:09:10 2023
New Revision: 1910047
URL: http://svn.apache.org/viewvc?rev=1910047&view=rev
Log:
* CHANGES: (1.3.10): Slightly tweak the r1804534 changelog entry.
Modified:
serf/trunk/CHANGES
Modified: serf/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/serf/trunk/CHANGES?rev=1910047&r1=1910046&r2=1910047&view=diff
==============================================================================
--- serf/trunk/CHANGES (original)
+++ serf/trunk/CHANGES Thu May 25 10:09:10 2023
@@ -65,7 +65,7 @@ Apache Serf 1.3.10 [2023-xx-xx, from tag
Fix issue #194: Win32: Linking error when building against OpenSSL 1.1+
Fix issue #198: OpenSSL BIO control method incorrectly handles unknown
requests
Fix issue #202: SSL tests are not passing with OpenSSL 3
- Fix error handling when reading the outgoing request's body (r1804534, ...)
+ Fix error handling when reading the outgoing request body (r1804534, ...)
Fix handling of invalid chunk lengths in the dechunk bucket (r1804005, ...)
Fix an endless loop in the deflate bucket with truncated input (r1805301)
Fix BIO control handlers to support BIO_CTRL_EOF (r1902208)