bug7902 390 B

1234567
  1. o Minor bugfixes:
  2. - When we receive a RELAY_END cell with the reason DONE, or with no
  3. reason, before receiving a RELAY_CONNECTED cell, report the SOCKS
  4. status as "connection refused." Previously we reporting these
  5. cases as success but then immediately closing the connection.
  6. Fixes bug 7902; bugfix on 0.1.0.1-rc. Reported by "oftc_must_
  7. be_destroyed."