summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-06-01 12:16:42 -0400
committerNick Mathewson <nickm@torproject.org>2021-06-01 12:16:42 -0400
commit9a37cf4883c52761e2f630eb24e60b51e2d450a3 (patch)
tree0b152b36632449a28f003adc0252ef66b6adbf49
parentae154215cb63c0ac85bbe19e5fbd17d743519027 (diff)
parentf832b4bcee8fecaf3cead668f49397ddd4471764 (diff)
downloadtor-9a37cf4883c52761e2f630eb24e60b51e2d450a3.tar.gz
tor-9a37cf4883c52761e2f630eb24e60b51e2d450a3.zip
Merge branch 'maint-0.4.6' into release-0.4.6
-rw-r--r--changes/bug401755
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40175 b/changes/bug40175
new file mode 100644
index 0000000000..aa2ce9566f
--- /dev/null
+++ b/changes/bug40175
@@ -0,0 +1,5 @@
+ o Minor features (logging, diagnostic):
+ - Log decompression failures at a higher severity level, since they
+ can help provide missing context for other warning messages.
+ We rate-limit these messages, to avoid flooding the logs if they
+ begin to occur frequently. Closes ticket 40175.