mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
prevent duplicat mark-for-close
svn:r5347
This commit is contained in:
parent
9e82f0cdb7
commit
a913cb3536
@ -591,8 +591,9 @@ run_connection_housekeeping(int i, time_t now)
|
||||
buf_datalen(conn->inbuf)>=1024) {
|
||||
info(LD_DIR,"Trying to extract information from wedged server desc download.");
|
||||
connection_dir_reached_eof(conn);
|
||||
} else {
|
||||
connection_mark_for_close(conn);
|
||||
}
|
||||
connection_mark_for_close(conn);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user