diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-12 20:30:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-12 20:30:42 +0000 |
commit | a4a481d81cee5c5d53f0165e0777b541207c1853 (patch) | |
tree | 1bef88b44348bb8f73d4df3fb5e26164e2ce63ec /ChangeLog | |
parent | 5fb2ab1e654ad5c121fff834897ea4cf920774ca (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |