]> git.ipfire.org Git - thirdparty/bind9.git/commit
Separate LineReader functionality from WatchLog
authorNicki Křížek <nicki@isc.org>
Fri, 4 Jul 2025 15:28:06 +0000 (17:28 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 18 Jul 2025 09:32:41 +0000 (11:32 +0200)
commitee782fb4b1ea17f3b01dc6d549481116409141bc
treeb9631379f40b6cc09bde105a24484e0d40ebe027
parent3c8432d19645d4cf1549f9ec5a3a776ab4213e2d
Separate LineReader functionality from WatchLog

The buffered reading of finished lines deserves its own class to make
its function clearer, rather than bundling it within the WatchLog class.

Co-Authored-By: Michał Kępień <michal@isc.org>
bin/tests/system/isctest/log/watchlog.py