Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-02 | Move entry-guard-is-up notification later into dirguard path. | Nick Mathewson | |
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. |