mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 18:22:09 +01:00
when we get an unrecognized relay streamid, log it
svn:r18919
This commit is contained in:
parent
387c2f5a2f
commit
4e094ddc4d
@ -1048,7 +1048,8 @@ connection_edge_process_relay_cell(cell_t *cell, circuit_t *circ,
|
||||
circuit_consider_sending_sendme(circ, layer_hint);
|
||||
|
||||
if (!conn) {
|
||||
log_info(domain,"data cell dropped, unknown stream.");
|
||||
log_info(domain,"data cell dropped, unknown stream (streamid %d).",
|
||||
rh.stream_id);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user