bug17589 398 B

1234567
  1. o Code simplification and refactoring:
  2. - When a direct directory request fails immediately on launch,
  3. instead of relaunching that request from inside the code that
  4. launches it, instead mark the connection for teardown. This
  5. change simplifies Tor's callback and prevents the directory-
  6. request launching code from invoking itself recursively.
  7. Closes ticket 17589.