Skip to content

Commit

Permalink
Set redirect_mode in Request::from_init()
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Nov 8, 2016
1 parent d25b720 commit 3cc9f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/net_traits/request.rs
Expand Up @@ -268,6 +268,7 @@ impl Request {
};
req.referrer_policy.set(init.referrer_policy);
req.pipeline_id.set(init.pipeline_id);
req.redirect_mode.set(init.redirect_mode);
req
}

Expand Down

0 comments on commit 3cc9f46

Please sign in to comment.