mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix the redirected attribute for Response
This commit is contained in:
parent
566147dab3
commit
aa43ce8cf3
5 changed files with 11 additions and 66 deletions
|
@ -306,6 +306,7 @@ fn fill_headers_with_metadata(r: DomRoot<Response>, m: Metadata) {
|
|||
r.set_headers(m.headers);
|
||||
r.set_raw_status(m.status);
|
||||
r.set_final_url(m.final_url);
|
||||
r.set_redirected(m.redirected);
|
||||
}
|
||||
|
||||
/// Convenience function for synchronously loading a whole resource.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue