]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4661] Rewrote change log
authorThomas Markwalder <tmark@isc.org>
Tue, 4 Aug 2026 12:03:20 +0000 (08:03 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 4 Aug 2026 16:55:40 +0000 (16:55 +0000)
changelog_unreleased/4661-socketwritecallback-falls-through-on-ewouldblock-causing-double-write-and-buffer-corruption

index 1b7a82625b548867d478e814594f9af96211992b..dfa0a75c3ad12e818825ab185e4320ab4343cbeb 100644 (file)
@@ -1,5 +1,4 @@
-[bug]          wlodek
-       Fixed TcpConnection::socketWriteCallback so
-       EWOULDBLOCK/EAGAIN does not consume wire data
-       or double-schedule the async send.
+[bug]          wlodek,tmark
+       Fixed an issue which might result in incorrect
+       TCP message content under load.
        (Gitlab #4661)