Loading src/or/directory.c +2 −4 Original line number Diff line number Diff line Loading @@ -1680,10 +1680,8 @@ connection_dir_client_reached_eof(dir_connection_t *conn) int rejected = 0; if (rejected_hdr) { if (!strcmp(rejected_hdr, "Yes")) { /* XXXX020rc use this information; be sure to upload next one * 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 */ /* XXXX021 use this information; be sure to upload next one * sooner. -NM */ rejected = 1; } tor_free(rejected_hdr); Loading src/or/dns.c +1 −1 Original line number Diff line number Diff line Loading @@ -586,7 +586,7 @@ dns_resolve(edge_connection_t *exitconn) if (!exitconn->_base.marked_for_close) { connection_free(TO_CONN(exitconn)); //XXX020rc ... and we just leak exitconn otherwise? -RD //XXX020 ... and we just leak exitconn otherwise? -RD // If it's marked for close, it's on closeable_connection_lst in // main.c. If it's on the closeable list, it will get freed from // main.c. -NM Loading Loading
src/or/directory.c +2 −4 Original line number Diff line number Diff line Loading @@ -1680,10 +1680,8 @@ connection_dir_client_reached_eof(dir_connection_t *conn) int rejected = 0; if (rejected_hdr) { if (!strcmp(rejected_hdr, "Yes")) { /* XXXX020rc use this information; be sure to upload next one * 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 */ /* XXXX021 use this information; be sure to upload next one * sooner. -NM */ rejected = 1; } tor_free(rejected_hdr); Loading
src/or/dns.c +1 −1 Original line number Diff line number Diff line Loading @@ -586,7 +586,7 @@ dns_resolve(edge_connection_t *exitconn) if (!exitconn->_base.marked_for_close) { connection_free(TO_CONN(exitconn)); //XXX020rc ... and we just leak exitconn otherwise? -RD //XXX020 ... and we just leak exitconn otherwise? -RD // If it's marked for close, it's on closeable_connection_lst in // main.c. If it's on the closeable list, it will get freed from // main.c. -NM Loading