]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Use zstd compression by default in the client 4870/head
authorVsevolod Stakhov <vsevolod@rspamd.com>
Wed, 13 Mar 2024 15:24:47 +0000 (15:24 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Wed, 13 Mar 2024 15:24:47 +0000 (15:24 +0000)
No reasons why not to do it, as there are no supported versions without compression support

src/client/rspamc.cxx

index 50e3cbdee439b2afcbc96ccf797e1d75609b376a..d1b6a8ed0155960a0b785b4b11fda9f74390e527 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2023 Vsevolod Stakhov
+ * Copyright 2024 Vsevolod Stakhov
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -80,7 +80,7 @@ static gboolean ucl_reply = FALSE;
 static gboolean extended_urls = FALSE;
 static gboolean mime_output = FALSE;
 static gboolean empty_input = FALSE;
-static gboolean compressed = FALSE;
+static gboolean compressed = TRUE;
 static gboolean profile = FALSE;
 static gboolean skip_images = FALSE;
 static gboolean skip_attachments = FALSE;