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
|
@ -22,6 +22,7 @@ crossbeam-channel = "0.3"
|
|||
devtools_traits = {path = "../devtools_traits"}
|
||||
embedder_traits = { path = "../embedder_traits" }
|
||||
flate2 = "1"
|
||||
futures = "0.1"
|
||||
headers-core = "0.0.1"
|
||||
headers-ext = "0.0.3"
|
||||
http = "0.1"
|
||||
|
@ -31,6 +32,7 @@ hyper-openssl = "0.7"
|
|||
immeta = "0.4"
|
||||
ipc-channel = "0.11"
|
||||
lazy_static = "1"
|
||||
libflate = "0.1"
|
||||
log = "0.4"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue