bug7039 417 B

1234567
  1. o Minor bugfixes:
  2. - When a Tor client gets a "truncated" relay cell, the first byte of
  3. its payload specifies why the circuit was truncated. We were
  4. ignoring this 'reason' byte when tearing down the circuit, resulting
  5. in the controller not being told why the circuit closed. Now we
  6. pass the reason from the truncated cell to the controller. Bugfix
  7. on 0.1.2.3-alpha; fixes bug 7039.