aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-08-05 09:59:11 -0700
committerNick Mathewson <nickm@torproject.org>2010-09-27 12:29:43 -0400
commitec10c044fb3e7b4865a7e9082c5353876e40915f (patch)
tree8ab4dd41f3597825d9df094004dd50d19eeb5e29 /src/or/control.c
parent63079efb87ab677738ba83d13e3e9d1b0ac1c513 (diff)
downloadtor-ec10c044fb3e7b4865a7e9082c5353876e40915f.tar.gz
tor-ec10c044fb3e7b4865a7e9082c5353876e40915f.zip
Move the "stop writing when the buffer is empty" logic to cnnection_finished_flushing
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 436ee2ba8b..ac004b5582 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -2719,8 +2719,6 @@ int
connection_control_finished_flushing(control_connection_t *conn)
{
tor_assert(conn);
-
- connection_stop_writing(TO_CONN(conn));
return 0;
}