From 2ce402fa41508d45e2d30b56502c00ef92efff7b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Wed, 30 Apr 2025 17:42:08 -0400 Subject: Refactor the way cache backing sizes are tracked Signed-off-by: Andrew Opalach --- src/liana/handlers/codec_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liana/handlers') diff --git a/src/liana/handlers/codec_client.c b/src/liana/handlers/codec_client.c index 39bb2d1..fd2569b 100644 --- a/src/liana/handlers/codec_client.c +++ b/src/liana/handlers/codec_client.c @@ -141,7 +141,7 @@ static bool codec_client_handle_packet(struct lia_client_handler *handler, struc packet->rindex = rindex; if (!success) { - // Forcing in EOF on an error is not necessary but should exhibit less erratic behavior sink-side. + // Forcing in an EOF on an error is not necessary but behaves better in the sink. codec->handler.callback(codec->handler.userdata, LIANA_CLIENT_EOF, codec->handler.stream, NULL); return false; } -- cgit v1.2.3-101-g0448