bug1297b 582 B

123456789101112
  1. o Minor bugfixes:
  2. - Don't close hidden service client circuits which have almost
  3. finished connecting to their destination when they reach the
  4. normal circuit-build timeout. Previously, we would close
  5. introduction circuits which are waiting for an acknowledgement
  6. from the introduction-point relay and rendezvous circuits which
  7. have been specified in an INTRODUCE1 cell sent to a hidden
  8. service after the normal CBT; now, we mark them as 'timed out',
  9. and launch another rendezvous attempt in parallel. Fixes part
  10. of bug 1297.