Bug 40878: Count a valid conflux linked cell as valid data

For vanguards addon.
This commit is contained in:
Mike Perry 2023-10-30 16:54:49 +00:00
parent 660f4b8f4a
commit d9e7759088

View File

@ -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: