Add an extra check in channel_send_destroy for circID==0
[tor.git] / changes / bug7902
blob051759dc0ab4517afbd25883d0d90e9d9cccd348
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."