Merge branch 'bug23499'

This commit is contained in:
Nick Mathewson
2017-09-14 17:18:38 -04:00
2 changed files with 69 additions and 47 deletions
+6
View File
@@ -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.