]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
zlib: Rename istreams from zlib(parent) to compress(parent)
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 28 Aug 2020 14:16:03 +0000 (17:16 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 31 Aug 2020 09:38:40 +0000 (09:38 +0000)
This clarifies it that the istream is a generic compression stream, not
specifically zlib/gz.

src/plugins/zlib/zlib-plugin.c

index 0d16603baa42ab317f551d06265bf850468e3365..15360255225952c144758dea3b945a4985355c5f 100644 (file)
@@ -98,7 +98,7 @@ zlib_mail_cache_open(struct zlib_user *zuser, struct mail *mail,
        input = i_stream_create_seekable_path(inputs,
                                i_stream_get_max_buffer_size(inputs[0]),
                                str_c(temp_prefix));
-       i_stream_set_name(input, t_strdup_printf("zlib(%s)",
+       i_stream_set_name(input, t_strdup_printf("compress(%s)",
                                                 i_stream_get_name(inputs[0])));
        i_stream_unref(&inputs[0]);