-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Set keepalive flag in Request's constructor #41724
Copy link
Copy link
Closed
Labels
A-content/domInteracting with the DOM from web contentInteracting with the DOM from web contentC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.
Description
servo/components/script/dom/request.rs
Lines 307 to 308 in 384db99
| // Step 24.If init["keepalive"] exists, then set request’s keepalive to it. | |
| // TODO |
We implemented the keepalive flag as part of #41230 but forgot to update this part of the code.
Tests:
./mach test-wpt tests/wpt/tests/fetch/api/request/request-keepalive.any.js./mach test-wpt tests/wpt/tests/fetch/api/request/request-keepalive-quota.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-content/domInteracting with the DOM from web contentInteracting with the DOM from web contentC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.