mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
resolve another 'hasn't sent end yet' bug
svn:r3911
This commit is contained in:
parent
d858aeaf3c
commit
7cf33ed495
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ int _circuit_mark_for_close(circuit_t *circ) {
|
|||
/* The other side will see a DESTROY, and infer that the connections
|
||||
* are closing because the circuit is getting torn down. No need
|
||||
* to send an end cell*/
|
||||
conn->has_sent_end = 1; /* we're closing the circuit, nothing to send to */
|
||||
connection_mark_for_close(conn);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue