mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
Bug 40878: Count a valid conflux linked cell as valid data
For vanguards addon.
This commit is contained in:
parent
660f4b8f4a
commit
d9e7759088
@ -1975,6 +1975,9 @@ conflux_process_linked(circuit_t *circ, crypt_path_t *layer_hint,
|
||||
connection_ap_attach_pending(1);
|
||||
}
|
||||
|
||||
/* This cell is now considered valid for clients. */
|
||||
circuit_read_valid_data(TO_ORIGIN_CIRCUIT(circ), cell_len);
|
||||
|
||||
goto end;
|
||||
|
||||
close:
|
||||
|
Loading…
Reference in New Issue
Block a user