]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Note a strange case for SOCKS streams.
authorMike Perry <mikeperry-git@fscked.org>
Thu, 22 Nov 2012 00:40:25 +0000 (16:40 -0800)
committerMike Perry <mikeperry-git@fscked.org>
Fri, 7 Dec 2012 23:28:38 +0000 (15:28 -0800)
src/or/connection_edge.c

index a654b617119fe6edebe9938c900b3d399d4a7601..31ff90093cee7c6b24dea600f44c61ded9932366 100644 (file)
@@ -2181,6 +2181,7 @@ connection_ap_handshake_socks_reply(entry_connection_t *conn, char *reply,
   if (status == SOCKS5_SUCCEEDED) {
     if(!conn->edge_.on_circuit ||
        !CIRCUIT_IS_ORIGIN(conn->edge_.on_circuit)) {
+      // XXX: Weird. We hit this a lot, and yet have no unusable_circs
       log_warn(LD_BUG, "No origin circuit for successful SOCKS stream");
     } else {
       TO_ORIGIN_CIRCUIT(conn->edge_.on_circuit)->any_streams_succeeded = 1;