diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-04-19 11:12:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-19 11:12:59 -0400 |
commit | a8fcaed3a8428d3c0caf53cc6704c899a26f2553 (patch) | |
tree | b192ff78c695c8bc673b1c2d9762b7bf98cfea97 /changes/bug7902 | |
parent | 6defb10d723211b5a0830a408bd33863fd33872f (diff) | |
download | tor-a8fcaed3a8428d3c0caf53cc6704c899a26f2553.tar.gz tor-a8fcaed3a8428d3c0caf53cc6704c899a26f2553.zip |
Remove changes files which were merged in release-0.2.4
Diffstat (limited to 'changes/bug7902')
-rw-r--r-- | changes/bug7902 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug7902 b/changes/bug7902 deleted file mode 100644 index 051759dc0a..0000000000 --- a/changes/bug7902 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes: - - When we receive a RELAY_END cell with the reason DONE, or with no - reason, before receiving a RELAY_CONNECTED cell, report the SOCKS - status as "connection refused." Previously we reporting these - cases as success but then immediately closing the connection. - Fixes bug 7902; bugfix on 0.1.0.1-rc. Reported by "oftc_must_ - be_destroyed." |