control: With GETINFO, don't trigger an address resolve
[tor.git] / changes / ticket33898
blob7c8d9d00096098a610cca2d5be6c4770217c009a
1   o Minor features (relay address tracking):
2     - We store relay addresses for OR connections in a more logical way.
3       Previously we would sometimes overwrite the actual address of a
4       connection with a "canonical address", and then store the "real
5       address" elsewhere to remember it.  We now track the "canonical address"
6       elsewhere for the cases where we need it, and leave the connection's
7       address alone.  Closes ticket 33898.