tor/changes/bug20974
Nick Mathewson 9d37449fb0 Move entry-guard-is-up notification later into dirguard path.
Previously we were marking directory guards up in
..._process_inbuf(), but that's wrong: we call that function on
close as well as on success.  Instead, we're marking the dirguard up
only after we parse the HTTP headers. Closes 20974.
2017-01-02 09:56:06 -05:00

6 lines
256 B
Plaintext

o Minor bugfixes (guards, bootstrapping):
- When connecting to a directory guard during bootstrap, do not
mark the guard as successful until we receive a good-looking
directory response from it. Fixes bug 20974; bugfix on 0.3.0.1-alpha.