diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-24 16:43:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-07 15:03:28 -0400 |
commit | 3e3480d70406d9deab79c478868ba5acb44255e7 (patch) | |
tree | 238b3378c9ac881372d2833ece1e61e49cc8853c /changes/bug3327 | |
parent | ed463404e94d294ac474e6dd6921fdda54415daf (diff) | |
download | tor-3e3480d70406d9deab79c478868ba5acb44255e7.tar.gz tor-3e3480d70406d9deab79c478868ba5acb44255e7.zip |
Report reason for generating descriptor in an HTTP header
Suggested by arma; based on 3327.
Diffstat (limited to 'changes/bug3327')
-rw-r--r-- | changes/bug3327 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug3327 b/changes/bug3327 index 32a8b9cd02..454eb3156c 100644 --- a/changes/bug3327 +++ b/changes/bug3327 @@ -6,3 +6,9 @@ to re-publish itself because it has done so too recently, even though the authorities decided not to list its recent-enough descriptor. Fix for bug 3327. + + o Minor features: + - Relays now include a reason for regenerating their descriptors + an HTTP header when uploading to the authorities. This will + make it easier to debug descriptor-upload issues in the future. + |