diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2018-01-24 00:03:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-11 10:47:06 -0400 |
commit | f9ba0c65467fe80f65b3789365cfac874198a337 (patch) | |
tree | 5ca70797401b58bfd9a9dd825a26b2f469fb041d /changes/bug24989 | |
parent | 0b1a054d68f4ebb760add6d3a1bda75fb8b17553 (diff) | |
download | tor-f9ba0c65467fe80f65b3789365cfac874198a337.tar.gz tor-f9ba0c65467fe80f65b3789365cfac874198a337.zip |
Bug 24989: Count client hsdir gets towards MaxClientCircuitsPending.
We removed this by breaking them out from general in #13837.
Diffstat (limited to 'changes/bug24989')
-rw-r--r-- | changes/bug24989 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24989 b/changes/bug24989 new file mode 100644 index 0000000000..a0ea6acf03 --- /dev/null +++ b/changes/bug24989 @@ -0,0 +1,4 @@ + o Minor bugfixes (hidden services): + - Re-instate counting pending client HSDir fetch circuits against the + MaxClientCircuitsPending rate limit. Fixes bug 24989; bugfix on + 0.3.3.0-alpha-dev. |