commit f7d4a257b636341fe9619cd2113becd6419c0b96 from: Omar Polo date: Mon Sep 13 15:49:45 2021 UTC reset download byte counter commit - bdc5b7249389738a4d564db6d65407ce256a65de commit + f7d4a257b636341fe9619cd2113becd6419c0b96 blob - 2aa44576fbd43b93153f68ec9c728e22b6624be2 blob + bdcbfa58b60e5d8f3677027ba62a79dab9cab974 --- telescope.c +++ telescope.c @@ -508,6 +508,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; }