aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
authorNikhil Shagrithaya <nikhilshagri@gmail.com>2017-02-01 13:45:35 +0530
committerNikhil Shagrithaya <nikhilshagri@gmail.com>2017-05-31 17:28:53 +0530
commit541baafe1c644f5276fe417a4d7e3696d3b22e68 (patch)
tree50a6a4e450dc54b0a943e2527742bc3e768a732d /components/net/lib.rs
parent779edd7c4aaf900f12fab378a378b0fc52d4c628 (diff)
downloadservo-541baafe1c644f5276fe417a4d7e3696d3b22e68.tar.gz
servo-541baafe1c644f5276fe417a4d7e3696d3b22e68.zip
Redirect document loads manually
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 1aa9e632c32..8f15def3948 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -52,7 +52,7 @@ mod data_loader;
pub mod filemanager_thread;
mod hosts;
pub mod hsts;
-mod http_loader;
+pub mod http_loader;
pub mod image_cache;
pub mod mime_classifier;
pub mod resource_thread;