aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 98a70391c8c..ccbb7e0d43a 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -32,6 +32,7 @@ pub mod fetch {
/// A module for re-exports of items used in unit tests.
pub mod test {
+ pub use crate::decoder::DECODER_BUFFER_SIZE;
pub use crate::hosts::{parse_hostsfile, replace_host_table};
pub use crate::http_loader::HttpState;
}