answer one of nick's XXX020rc's usefully

svn:r13641
This commit is contained in:
Roger Dingledine
2008-02-21 05:38:19 +00:00
parent 063ced8903
commit 0ddc9d5707
+3 -1
View File
@@ -1679,7 +1679,9 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
if (rejected_hdr) {
if (!strcmp(rejected_hdr, "Yes")) {
/* XXXX020rc use this information; be sure to upload next one
* sooner. */
* sooner. -NM Given that we don't know of any bugs here, and
* it's more insuring against the future, could this wait
* until 0.2.1? -RD */
rejected = 1;
}
tor_free(rejected_hdr);