[or-cvs] clean up the other "Tell Roger" log that dfc keeps getting
Roger Dingledine
arma at seul.org
Tue Nov 30 09:02:27 UTC 2004
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
connection_edge.c
Log Message:
clean up the other "Tell Roger" log that dfc keeps getting
Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- connection_edge.c 30 Nov 2004 08:39:14 -0000 1.250
+++ connection_edge.c 30 Nov 2004 09:02:25 -0000 1.251
@@ -77,11 +77,6 @@
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);
More information about the tor-commits
mailing list