Fix FileManager thread panic and other misc improvements

- Add shut down logic for FileManager thread
- Add an unit test for filemanager_thread
This commit is contained in:
Zhen Zhang 2016-05-24 21:53:48 +08:00
parent caada0fb33
commit 96b2093121
6 changed files with 46 additions and 3 deletions

View file

@ -29,3 +29,4 @@ extern crate util;
#[cfg(test)] mod resource_thread;
#[cfg(test)] mod hsts;
#[cfg(test)] mod http_loader;
#[cfg(test)] mod filemanager_thread;