aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/http_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/http_cache.rs')
-rw-r--r--components/net/http_cache.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/net/http_cache.rs b/components/net/http_cache.rs
index 31f171c1c28..09aabc473e3 100644
--- a/components/net/http_cache.rs
+++ b/components/net/http_cache.rs
@@ -13,14 +13,17 @@ use headers::{
};
use http::header::HeaderValue;
use http::{header, HeaderMap, Method, StatusCode};
+use log::debug;
use malloc_size_of::Measurable;
use malloc_size_of::{
MallocSizeOf, MallocSizeOfOps, MallocUnconditionalShallowSizeOf, MallocUnconditionalSizeOf,
};
+use malloc_size_of_derive::MallocSizeOf;
use net_traits::request::Request;
use net_traits::response::{HttpsState, Response, ResponseBody};
use net_traits::{FetchMetadata, Metadata, ResourceFetchTiming};
use servo_arc::Arc;
+use servo_config::pref;
use servo_url::ServoUrl;
use std::collections::HashMap;
use std::ops::Bound;