]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4660] addressed review comments
authorRazvan Becheriu <razvan@isc.org>
Wed, 12 Aug 2026 12:44:34 +0000 (15:44 +0300)
committerRazvan Becheriu <razvan@isc.org>
Wed, 12 Aug 2026 14:23:12 +0000 (17:23 +0300)
changelog_unreleased/4660-postdata-erases-entire-read-buffer-instead-of-bytes-consumed-by-postbuffer

index 0594d82eae8dba583a6e5e8572fcd05b139d05da..bd812d807724c2b074e15178fc570efe4fa05011 100644 (file)
@@ -1,4 +1,5 @@
 [bug]          wlodek
-       Fixed TcpConnection::postData to erase only
-       bytes consumed so coalesced messages are not lost.
+       Fixed Bulk Lease Query TCP connection read handler
+       to erase only bytes consumed so message framing is
+       preserved.
        (Gitlab #4660)