stop a bug that straycat may have found

svn:r964
This commit is contained in:
Roger Dingledine
2004-01-01 07:01:09 +00:00
parent a4c2609c24
commit c2e37901be
+1
View File
@@ -435,6 +435,7 @@ int connection_edge_finished_flushing(connection_t *conn) {
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: