diff options
author | David Goulet <dgoulet@torproject.org> | 2018-09-21 09:39:21 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-09-21 09:39:21 -0400 |
commit | 36be6f0d2d9a518ebd1d914e70b07c1967bf235e (patch) | |
tree | 837103cff1ba9dd4f50f571b989004137a4ab119 | |
parent | 49e4bda50bdf723d6cdc8e7a0fb24619fded5f2c (diff) | |
download | tor-36be6f0d2d9a518ebd1d914e70b07c1967bf235e.tar.gz tor-36be6f0d2d9a518ebd1d914e70b07c1967bf235e.zip |
fixup! hs-v3: Silence some logging for client authorization
-rw-r--r-- | changes/ticket27550 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket27550 b/changes/ticket27550 new file mode 100644 index 0000000000..87f9b5cbe9 --- /dev/null +++ b/changes/ticket27550 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden service v3): + - Don't warn so loudly when tor is unable to decode a descriptor. This can + now happen as a normal use case if a client gets a descriptor with + client authorization but the client is not authorized. Fixes bug 27550; + bugfix on 0.3.5.1-alpha. |