diff options
author | Roger Dingledine <arma@torproject.org> | 2017-09-13 23:19:04 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-09-14 03:02:37 -0400 |
commit | eb429232ef11f15f8a9f2ad60cc106103648a525 (patch) | |
tree | 5ce7f7a428b20ad6e486aeb33a045a11b07f5129 /changes | |
parent | dcd0aea85e9315c53a6b70a4a2b62ec65d539896 (diff) | |
download | tor-eb429232ef11f15f8a9f2ad60cc106103648a525.tar.gz tor-eb429232ef11f15f8a9f2ad60cc106103648a525.zip |
Make dir servers include a "Date:" http header more often
Directory servers now include a "Date:" http header for response
codes other than 200. Clients starting with a skewed clock and a
recent consensus were getting "304 Not modified" responses from
directory authorities, so without a Date header the client would
never hear about a wrong clock.
Fixes bug 23499; bugfix on 0.0.8rc1.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23499 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug23499 b/changes/bug23499 new file mode 100644 index 0000000000..e53b03c34e --- /dev/null +++ b/changes/bug23499 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Directory servers now include a "Date:" http header for response + codes other than 200. Clients starting with a skewed clock and a + recent consensus were getting "304 Not modified" responses from + directory authorities, so without a Date header the client would + never hear about a wrong clock. Fixes bug 23499; bugfix on 0.0.8rc1. |