mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Avoid spurious re-launch of first pending requested descriptor
svn:r5439
This commit is contained in:
parent
8182eb69cd
commit
50ce5e1932
@ -2946,8 +2946,9 @@ router_list_downloadable(void)
|
|||||||
!conn->marked_for_close) {
|
!conn->marked_for_close) {
|
||||||
if (!strcmpstart(conn->requested_resource, "all"))
|
if (!strcmpstart(conn->requested_resource, "all"))
|
||||||
n_downloadable = 0;
|
n_downloadable = 0;
|
||||||
dir_split_resource_into_fingerprints(conn->requested_resource,
|
if (!strcmpstart(conn->requested_resource, "fp/"))
|
||||||
downloading, NULL, 1);
|
dir_split_resource_into_fingerprints(conn->requested_resource+3,
|
||||||
|
downloading, NULL, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user