bug4786 502 B

123456789
  1. - Feature removal:
  2. - When sending or relaying a RELAY_EARLY cell, we used to convert
  3. it to a RELAY cell if the connection was using the v1 link
  4. protocol. This was a workaround for older versions of Tor, which
  5. didn't handle RELAY_EARLY cells properly. Now that all supported
  6. versions can handle RELAY_EARLY cells, and now that we're
  7. enforcing the "no RELAY_EXTEND commands except in RELAY_EARLY
  8. cells" rule, we're removing this workaround. Addresses bug 4786.