diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-23 08:53:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-23 08:53:25 -0400 |
commit | 132e2f69b1068b139d3c114fddd6efe58d6fc8f4 (patch) | |
tree | 172e0fbfa32986404b51cac80f5aefad2850b989 /src/or/circuitlist.c | |
parent | fcaf3335b4916940a8033a3432bf2957c6927c0b (diff) | |
parent | 6f87a85897ca82fac9fc132e0f0cf41eacab20d4 (diff) | |
download | tor-132e2f69b1068b139d3c114fddd6efe58d6fc8f4.tar.gz tor-132e2f69b1068b139d3c114fddd6efe58d6fc8f4.zip |
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r-- | src/or/circuitlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 2b3c4169cb..977afca18d 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -1941,6 +1941,7 @@ single_conn_free_bytes(connection_t *conn) if (conn->outbuf) { result += buf_allocation(conn->outbuf); buf_clear(conn->outbuf); + conn->outbuf_flushlen = 0; } if (conn->type == CONN_TYPE_DIR) { dir_connection_t *dir_conn = TO_DIR_CONN(conn); |