mirror of
https://github.com/servo/servo.git
synced 2025-07-19 13:23:46 +01:00
Use get_mut instead of get-remove-set in XHR send() <!-- Please describe your changes on the following line: --> Mutates the header directly with get_mut instead of using get(), remove(), and set(). --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #11811 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because there are existing web tests <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11824) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
.cargo | ||
platform/macos | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
fake-ld.sh | ||
lib.rs | ||
main.rs | ||
servo.exe.manifest |