Commit c2e37901 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

stop a bug that straycat may have found


svn:r964
parent a4c2609c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: