mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge remote-tracking branch 'asn-github/bug26358'
This commit is contained in:
commit
ed7b135812
@ -221,7 +221,7 @@ test_circbw_relay(void *arg)
|
||||
ASSERT_UNCOUNTED_BW();
|
||||
|
||||
/* Data cell on stream 0: not counted */
|
||||
PACK_CELL(0, RELAY_COMMAND_DATA, "Data1234");
|
||||
PACK_CELL(1, RELAY_COMMAND_DATA, "Data1234");
|
||||
connection_edge_process_relay_cell(&cell, TO_CIRCUIT(circ), edgeconn,
|
||||
circ->cpath);
|
||||
ASSERT_UNCOUNTED_BW();
|
||||
|
Loading…
Reference in New Issue
Block a user