From: Roger Dingledine Date: Tue, 30 Nov 2004 09:02:25 +0000 (+0000) Subject: clean up the other "Tell Roger" log that dfc keeps getting X-Git-Tag: tor-0.0.9rc5~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb558d0a8472eadafad9a7ae9f387cde3436e7ab;p=thirdparty%2Ftor.git clean up the other "Tell Roger" log that dfc keeps getting svn:r3042 --- diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 77685b351d..9c8aee9e47 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -77,11 +77,6 @@ int connection_edge_process_inbuf(connection_t *conn, int package_partial) { return 0; case AP_CONN_STATE_OPEN: case EXIT_CONN_STATE_OPEN: - if (conn->package_window <= 0) { - /* XXX this is still getting called rarely :( */ - log_fn(LOG_WARN,"called with package_window %d. Tell Roger.", conn->package_window); - return 0; - } if (connection_edge_package_raw_inbuf(conn, package_partial) < 0) { connection_edge_end(conn, END_STREAM_REASON_MISC, conn->cpath_layer); connection_mark_for_close(conn);