diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-25 14:03:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-09 10:30:52 -0400 |
commit | 87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1 (patch) | |
tree | 0753e10d9e4edc4cb8bc093926415edad6fda74a /changes | |
parent | bc34654ba2df0e4f4834095ab404f5429c518be9 (diff) | |
download | tor-87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1.tar.gz tor-87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1.zip |
config: Remove CloseHSClientCircuitsImmediatelyOnTimeout option
Deprecated in 0.2.9.2-alpha, this commits changes it as OBSOLETE() and cleans
up the code associated with it.
Partially fixes #22060
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22060 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug22060 b/changes/bug22060 index 7447b6f805..722547c2fc 100644 --- a/changes/bug22060 +++ b/changes/bug22060 @@ -9,3 +9,6 @@ rendered obsolete. Code has been removed and feature no longer exists. - FastFirstHopPK was deprecated in 0.2.9.2-alpha and now has been rendered obsolete. Code has been removed and feature no longer exists. + - CloseHSClientCircuitsImmediatelyOnTimeout was deprecated in + 0.2.9.2-alpha and now has been rendered obsolete. Code has been removed + and feature no longer exists. |