• Nils Goroll's avatar
    Avoid a potential race when shutting down · 4e5ca063
    Nils Goroll authored
    tus_file_shutdown() deletes all files.
    
    This could interfere with the exp thread if it expired a file at the
    same time.
    
    Solve this race by first stopping the exp thread, then deleting all files
    and then running final checks that exp is actually cleaned up.
    4e5ca063
Name
Last commit
Last update
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
bootstrap Loading commit data...
configure.ac Loading commit data...