bug16260 660 B

1234567891011
  1. o Minor bugfix (Hidden service)
  2. - When cannibalizing a circuit for an introduction point, always extend
  3. to the chosen exit node creating a 4 hop circuit instead of using the
  4. current circuit exit node which resulted in changing the original
  5. intro point choice. This resulted in the hidden service skipping
  6. excluded nodes like for instance reconnecting to an expired intro
  7. point. Fixes bug 16260; bugfix on 0.1.0.1-rc.
  8. This is particularly important for the introduction point retry
  9. behavior (see bug 8239) since cannibalization is allowed, which is
  10. desired, so it's important to pin the chosen exit point.