commit be2c0e00cfdf63076e4b1edf90abcbd2ee2f0e5c Author: David Fifield david@bamsoftware.com Date: Fri Sep 20 22:58:19 2013 -0700
I think this comment is what we expect. --- facilitator/facilitator | 3 --- 1 file changed, 3 deletions(-)
diff --git a/facilitator/facilitator b/facilitator/facilitator index 9610993..8e0a032 100755 --- a/facilitator/facilitator +++ b/facilitator/facilitator @@ -79,9 +79,6 @@ def parse_transport_chain(spec): ('obfs3', 'websocket') """ assert(spec) - # XXX We explicitly cast to tuple so that the return value can be - # used as a dictionary key. Transport chains are not supposed to - # be manipulated so it should be cool. return tuple(spec.split("|"))
def get_outermost_transport(transports):
tor-commits@lists.torproject.org