mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Relays previously, when initiating a connection, would only send a NETINFO after sending an AUTHENTICATE. But bridges, when receiving a connection, would never send AUTH_CHALLENGE. So relays wouldn't AUTHENTICATE, and wouldn't NETINFO, and then bridges would be surprised to be receiving CREATE cells on a non-open circuit. Fixes bug 9546.
5 lines
210 B
Text
5 lines
210 B
Text
o Major bugfixes:
|
|
|
|
- When a relay is extending a circuit to a bridge, it needs to send a
|
|
NETINFO cell, even when the bridge hasn't sent an AUTH_CHALLENGE
|
|
cell. Fixes bug 9546; bugfix on ????.
|