Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMove remaining users of the legacy networking stack to fetch. #13961
Conversation
highfive
commented
Oct 28, 2016
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try |
|
|
|
|
|
@bors-servo: retry |
|
|
[WIP] Sync fetch <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13961) <!-- Reviewable:end -->
|
|
| @@ -1148,8 +1148,14 @@ fn http_network_fetch<UI: 'static + UIProvider>(request: Rc<Request>, | |||
| // TODO this step isn't possible yet | |||
| // Step 13 | |||
|
|
|||
| // Step 14. | |||
| if credentials_flag { | |||
| // TODO: should block cookies? | |||
This comment has been minimized.
This comment has been minimized.
KiChjang
Oct 30, 2016
•
Member
The context parameter contains an http_state which in turns contains a content_blocker of type RuleList which has rules that tell us whether cookies should be blocked.
Looks like that's the only problem. I think I'll just change to returning network errors for r? @jdm, but review the dependent PRs first :) |
|
|
|
@bors-servo try |
[WIP] Sync fetch <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13961) <!-- Reviewable:end -->
|
|
|
This is good to merge once #13931 merges. |
|
@bors-servo r=jdm Let's land them all at once. |
|
|
|
|
Ms2ger commentedOct 28, 2016
•
edited by larsbergstrom
Fixes #13931.
Fixes #13714.
This change is