[or-cvs] r9553: remove the socks-wait verbose logging. juliusz found and fix (tor/trunk/src/or)

arma at seul.org arma at seul.org
Sun Feb 11 02:36:52 UTC 2007


Author: arma
Date: 2007-02-10 21:36:51 -0500 (Sat, 10 Feb 2007)
New Revision: 9553

Modified:
   tor/trunk/src/or/connection_edge.c
Log:
remove the socks-wait verbose logging. juliusz found and fixed the
polipo bug.


Modified: tor/trunk/src/or/connection_edge.c
===================================================================
--- tor/trunk/src/or/connection_edge.c	2007-02-11 02:15:42 UTC (rev 9552)
+++ tor/trunk/src/or/connection_edge.c	2007-02-11 02:36:51 UTC (rev 9553)
@@ -378,20 +378,6 @@
             seconds_idle, safe_str(conn->socks_request->address),
             conn->socks_request->port,
             conn_state_to_string(CONN_TYPE_AP, conn->_base.state));
-        /* XXX012 remove the below clause before stable release -RD */
-        if (conn->_base.state == AP_CONN_STATE_SOCKS_WAIT) {
-          /* extra debugging */
-          log_fn(severity, LD_APP,
-                 "Hints: is_reading %d, inbuf len %lu, socks: version %d, "
-                 "command %d, has_finished %d, address %s, port %d.",
-                 connection_is_reading(TO_CONN(conn)),
-                 (unsigned long)buf_datalen(conn->_base.inbuf),
-                 (int)conn->socks_request->socks_version,
-                 conn->socks_request->command,
-                 conn->socks_request->has_finished,
-                 conn->socks_request->address,
-                 (int)conn->socks_request->port);
-        }
         connection_mark_unattached_ap(conn, END_STREAM_REASON_TIMEOUT);
       }
       continue;



More information about the tor-commits mailing list