Use FnvHasher in http_loader::load

Should help with #11100.
This commit is contained in:
Anthony Ramine 2016-11-19 14:10:37 +01:00
parent 1e42e4d9ce
commit 7a8c5ae8e3
6 changed files with 28 additions and 24 deletions

View file

@ -18,6 +18,7 @@ extern crate content_blocker as content_blocker_parser;
extern crate cookie as cookie_rs;
extern crate devtools_traits;
extern crate flate2;
extern crate fnv;
extern crate hyper;
extern crate hyper_serde;
extern crate immeta;