aboutsummaryrefslogtreecommitdiff
path: root/changes/bug17589
blob: 91103276dfe5058231ca54f0bdd54dcc5fe5910a (plain)
1
2
3
4
5
6
7
  o Code simplificiation and refactoring:
    - When a direct directory request fails immediately on launch,
      instead of relaunching that request from inside the code that
      launches it, instead mark the connection for teardown. This
      change simplifies Tor's callback and prevents the directory-
      request launching code from invoking itself recursively.
      Closes ticket 17589.