[or-cvs] stop a bug that straycat may have found
Roger Dingledine
arma at seul.org
Thu Jan 1 07:01:12 UTC 2004
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
connection_edge.c
Log Message:
stop a bug that straycat may have found
Index: connection_edge.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_edge.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- connection_edge.c 23 Dec 2003 07:45:31 -0000 1.83
+++ connection_edge.c 1 Jan 2004 07:01:09 -0000 1.84
@@ -435,6 +435,7 @@
connection_edge_consider_sending_sendme(conn);
return 0;
case AP_CONN_STATE_SOCKS_WAIT:
+ case AP_CONN_STATE_CIRCUIT_WAIT:
connection_stop_writing(conn);
return 0;
default:
More information about the tor-commits
mailing list