mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
net: Make most of the resource task messages serializable.
This commit is contained in:
parent
7e77285745
commit
9c9d7dc93b
15 changed files with 373 additions and 105 deletions
|
@ -718,7 +718,7 @@ impl LayoutTask {
|
|||
// TODO we don't really even need to load this if mq does not match
|
||||
let (metadata, iter) = load_bytes_iter(pending);
|
||||
let protocol_encoding_label = metadata.charset.as_ref().map(|s| &**s);
|
||||
let final_url = metadata.final_url;
|
||||
let final_url = metadata.final_url.0;
|
||||
|
||||
let sheet = Stylesheet::from_bytes_iter(iter,
|
||||
final_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue