From: Timo Sirainen Date: Tue, 24 Sep 2024 06:54:52 +0000 (+0300) Subject: imap: Ignore error handling for side channel output X-Git-Tag: 2.4.0~1451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8bdc048ec1bdcdde562c04285cfccf7b7463a31;p=thirdparty%2Fdovecot%2Fcore.git imap: Ignore error handling for side channel output --- diff --git a/src/imap/cmd-compress.c b/src/imap/cmd-compress.c index 15e4244e97..853687b559 100644 --- a/src/imap/cmd-compress.c +++ b/src/imap/cmd-compress.c @@ -93,6 +93,8 @@ bool cmd_compress(struct client_command_context *cmd) client->side_channel_output = o_stream_multiplex_add_channel( client->multiplex_output, 1); + o_stream_set_no_error_handling( + client->side_channel_output, TRUE); } string_t *str = t_str_new(64); str_append(str, "compress\t");