[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9553: remove the socks-wait verbose logging. juliusz found and fix (tor/trunk/src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9553: remove the socks-wait verbose logging. juliusz found and fix (tor/trunk/src/or)
- From: arma@xxxxxxxx
- Date: Sat, 10 Feb 2007 21:36:52 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 10 Feb 2007 21:37:01 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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;