summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2017-05-10 20:03:07 -0400
committerRoger Dingledine <arma@torproject.org>2017-05-10 20:03:07 -0400
commit8f1ddf0cd2b10f75d895c8d55bae6c2cbd60c050 (patch)
tree8cd1069e3605baa06ce0a2a88f97fa15c0c3fb2c /changes
parent466e27feaebf0bb7a1c906b733a0da2328b21330 (diff)
downloadtor-8f1ddf0cd2b10f75d895c8d55bae6c2cbd60c050.tar.gz
tor-8f1ddf0cd2b10f75d895c8d55bae6c2cbd60c050.zip
Remove unused "ROUTER_ADDED_NOTIFY_GENERATOR" internal value
We already have a way to return a 400 response code along with a personalized message response for the uploader. Resolves ticket 22213.
Diffstat (limited to 'changes')
-rw-r--r--changes/cleanup222134
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/cleanup22213 b/changes/cleanup22213
new file mode 100644
index 0000000000..d100aeec5c
--- /dev/null
+++ b/changes/cleanup22213
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Remove unused "ROUTER_ADDED_NOTIFY_GENERATOR" internal value.
+ Resolves ticket 22213.
+