bug4759 733 B

1234567891011121314
  1. o Minor bugfixes:
  2. - Make sure we never mark the wrong rendezvous circuit as having
  3. had its introduction cell acknowleged by the introduction-point
  4. relay. Previously, when we received an INTRODUCE_ACK cell on a
  5. client-side hidden-service introduction circuit, we might have
  6. marked a rendezvous circuit other than the one we specified in
  7. the INTRODUCE1 cell as INTRO_ACKED, which would have produced a
  8. warning message and interfered with the hidden service
  9. connection-establishment process. Bugfix on 0.2.3.3-alpha, when
  10. the stream-isolation feature which might cause Tor to open
  11. multiple rendezvous circuits for the same hidden service was
  12. added. Fixes bug 4759.