Moved pub_domains to net_traits and did a spring clean.

This commit is contained in:
Alan Jeffrey 2016-09-29 16:48:46 -05:00
parent a03a5e814a
commit a74fe58563
9 changed files with 262 additions and 114 deletions

View file

@ -63,7 +63,6 @@ pub mod hsts;
pub mod http_loader;
pub mod image_cache_thread;
pub mod mime_classifier;
pub mod pub_domains;
pub mod resource_thread;
pub mod storage_thread;
pub mod websocket_loader;