mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Replace nearly all XXX0vv comments with smarter ones
So, back long ago, XXX012 meant, "before Tor 0.1.2 is released, we
had better revisit this comment and fix it!"
But we have a huge pile of such comments accumulated for a large
number of released versions! Not cool.
So, here's what I tried to do:
* 0.2.9 and 0.2.8 are retained, since those are not yet released.
* XXX+ or XXX++ or XXX++++ or whatever means, "This one looks
quite important!"
* The others, after one-by-one examination, are downgraded to
plain old XXX. Which doesn't mean they aren't a problem -- just
that they cannot possibly be a release-blocking problem.
This commit is contained in:
+1
-2
@@ -2004,8 +2004,7 @@ evdns_request_timeout_callback(int fd, short events, void *arg) {
|
||||
} else {
|
||||
/* retransmit it */
|
||||
/* Stop waiting for the timeout. No need to do this in
|
||||
* request_finished; that one already deletes the timeout event.
|
||||
* XXXX023 port this change to libevent. */
|
||||
* request_finished; that one already deletes the timeout event. */
|
||||
del_timeout_event(req);
|
||||
evdns_request_transmit(req);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user