]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap: Ignore error handling for side channel output
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 24 Sep 2024 06:54:52 +0000 (09:54 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 24 Sep 2024 06:57:46 +0000 (09:57 +0300)
src/imap/cmd-compress.c

index 15e4244e978321df67d802ef2a8aa38ae336f932..853687b55995b84f3ae3c4feb0aae1943be8e8a1 100644 (file)
@@ -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");