commit 4353923eda48a041b61abb3df64027602abd981d from: Omar Polo date: Mon Sep 13 11:00:32 2021 UTC reset download byte counter commit - c8804aec75525735301177b920b51f29ed4284ed commit + 4353923eda48a041b61abb3df64027602abd981d blob - 033bbbf0df103c110d8fd1e9184dc09f51133257 blob + 7653cf0d28c70cb202dff74ff97aad34984ee4a9 --- telescope.c +++ telescope.c @@ -521,6 +521,7 @@ handle_imsg_eof(struct imsg *imsg, size_t datalen) close(tab->fd); tab->fd = -1; + tab->bytes = 0; free(tab->path); tab->path = NULL; }