|
@@ -1941,6 +1941,7 @@ single_conn_free_bytes(connection_t *conn)
|
|
if (conn->outbuf) {
|
|
if (conn->outbuf) {
|
|
result += buf_allocation(conn->outbuf);
|
|
result += buf_allocation(conn->outbuf);
|
|
buf_clear(conn->outbuf);
|
|
buf_clear(conn->outbuf);
|
|
|
|
+ conn->outbuf_flushlen = 0;
|
|
}
|
|
}
|
|
if (conn->type == CONN_TYPE_DIR) {
|
|
if (conn->type == CONN_TYPE_DIR) {
|
|
dir_connection_t *dir_conn = TO_DIR_CONN(conn);
|
|
dir_connection_t *dir_conn = TO_DIR_CONN(conn);
|