Avoid spurious re-launch of first pending requested descriptor

svn:r5439
This commit is contained in:
Nick Mathewson 2005-11-22 02:20:05 +00:00
parent 8182eb69cd
commit 50ce5e1932

View File

@ -2946,8 +2946,9 @@ router_list_downloadable(void)
!conn->marked_for_close) {
if (!strcmpstart(conn->requested_resource, "all"))
n_downloadable = 0;
dir_split_resource_into_fingerprints(conn->requested_resource,
downloading, NULL, 1);
if (!strcmpstart(conn->requested_resource, "fp/"))
dir_split_resource_into_fingerprints(conn->requested_resource+3,
downloading, NULL, 1);
}
}