mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
8d5dcdbda2
This commit takes a piece of commit af8cadf3a9
and a piece of commit
46fe353f25, with the goal of making channel_is_client() be based on what
sort of connection handshake the other side used, rather than seeing
whether the other side ever sent a create_fast cell to us.
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
o Minor bugfixes:
|
|
- 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 bug 24898.
|
|
|
|
|