mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Redesign network response decoding to avoid creating decoders before some content is present.
This commit is contained in:
parent
2cf9a00c99
commit
6404a0ef53
11 changed files with 12998 additions and 12606 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue