From: Thomas Markwalder Date: Tue, 4 Aug 2026 12:03:20 +0000 (-0400) Subject: [#4661] Rewrote change log X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1132e243208e5a8b237c5504e32c4d08aa6dd86;p=thirdparty%2Fkea.git [#4661] Rewrote change log --- diff --git a/changelog_unreleased/4661-socketwritecallback-falls-through-on-ewouldblock-causing-double-write-and-buffer-corruption b/changelog_unreleased/4661-socketwritecallback-falls-through-on-ewouldblock-causing-double-write-and-buffer-corruption index 1b7a82625b..dfa0a75c3a 100644 --- a/changelog_unreleased/4661-socketwritecallback-falls-through-on-ewouldblock-causing-double-write-and-buffer-corruption +++ b/changelog_unreleased/4661-socketwritecallback-falls-through-on-ewouldblock-causing-double-write-and-buffer-corruption @@ -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)