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