From 120a7453465260ddf84770ed1e5e289afe1b14b3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 27 Dec 2011 16:41:25 -0500 Subject: Bug 4786 fix: don't convert EARLY to RELAY on v1 connections We used to do this as a workaround for older Tors, but now it's never the correct thing to do (especially since anything that didn't understand RELAY_EARLY is now deprecated hard). --- changes/bug4786 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changes/bug4786 (limited to 'changes') diff --git a/changes/bug4786 b/changes/bug4786 new file mode 100644 index 000000000..7c1c60f63 --- /dev/null +++ b/changes/bug4786 @@ -0,0 +1,9 @@ + - Feature removal: + - When sending or relaying a RELAY_EARLY cell, we used to convert + it to a RELAY cell if the connection was using the v1 link + protocol. This was a workaround for older versions of Tor, which + didn't handle RELAY_EARLY cells properly. Now that all supported + versions can handle RELAY_EARLY cells, and now that we're + enforcing the "no RELAY_EXTEND commands except in RELAY_EARLY + cells" rule, we're removing this workaround. Addresses bug 4786. + -- cgit v1.2.3