Redesign network response decoding to avoid creating decoders before some content is present.

This commit is contained in:
Josh Matthews 2018-12-21 19:01:47 -05:00
parent 2cf9a00c99
commit 6404a0ef53
11 changed files with 12998 additions and 12606 deletions

View file

@ -21,6 +21,7 @@ pub mod connector;
pub mod cookie;
pub mod cookie_storage;
mod data_loader;
mod decoder;
pub mod filemanager_thread;
mod hosts;
pub mod hsts;