summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-12 20:30:42 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-12 20:30:42 +0000
commita4a481d81cee5c5d53f0165e0777b541207c1853 (patch)
tree1bef88b44348bb8f73d4df3fb5e26164e2ce63ec /ChangeLog
parent5fb2ab1e654ad5c121fff834897ea4cf920774ca (diff)
downloadtor-a4a481d81cee5c5d53f0165e0777b541207c1853.tar.gz
tor-a4a481d81cee5c5d53f0165e0777b541207c1853.zip
Implement proposal 148: Make client stream end reasons uniform.
This patch makes every RELAY_COMMAND_END cell that we send pass through one of two functions: connection_edge_end and relay_send_end_cell_from_edge. Both of these functions check the circuit purpose, and change the reason to MISC if the circuit purpose means that it's for client use. svn:r17612
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 150996b81d..e9625aff7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,8 @@ Changes in version 0.2.1.9-alpha - 200?-??-??
Partial implementation of proposal 157.
- Start serving certificates by <identity digest, signing key digest>
pairs. Partial implementation of proposal 157.
+ - Clients now never report any stream end reason except 'MISC'.
+ Implements proposal 148.
o Minor features (controller):
- New CONSENSUS_ARRIVED event to note when a new consensus has