mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
eb429232ef
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.
7 lines
378 B
Plaintext
7 lines
378 B
Plaintext
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.
|