mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add location_url to Metadata struct
This commit is contained in:
parent
d6c197b40c
commit
5b69d18fca
3 changed files with 8 additions and 0 deletions
|
@ -103,6 +103,7 @@ impl NetworkListener {
|
|||
|
||||
self.res_init = Some(ResponseInit {
|
||||
url: metadata.final_url.clone(),
|
||||
location_url: metadata.location_url.clone(),
|
||||
headers: headers.clone().into_inner(),
|
||||
referrer: metadata.referrer.clone(),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue