Merge remote-tracking branch 'public/bug23690_028' into maint-0.2.8

This commit is contained in:
Nick Mathewson
2017-10-23 08:53:14 -04:00
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -1939,6 +1939,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);