bug1297b 891 B

123456789101112131415161718
  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. This
  10. behaviour change can be disabled using the new
  11. CloseHSClientCircuitsImmediatelyOnTimeout option. Fixes part of
  12. bug 1297.
  13. - Don't close hidden-service-side rendezvous circuits when they
  14. reach the normal circuit-build timeout. Previously, we would
  15. close them. Fixes the remaining part of bug 1297.