mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
d21e5cfc24
since all it does is produce false positives this commit should get merged into 0.2.9 and 0.3.0 *and* 0.3.1, even though the code in the previous commit is already present in 0.3.1. sorry for the mess. [Cherry-picked]
7 lines
289 B
Plaintext
7 lines
289 B
Plaintext
o Minor bugfixes (relay):
|
|
- Make the internal channel_is_client() function look at what sort
|
|
of connection handshake the other side used, rather than whether
|
|
the other side ever sent a create_fast cell to us. Backports part
|
|
of the fixes from bugs 22805 and 24898.
|
|
|