mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
When fetching about:blank, response body should be the empty byte sequence. Spec: https://fetch.spec.whatwg.org/#concept-basic-fetch Before this change, response body would be set to `ResponseBody::Empty`, and then fetching would result in an infinite loop at step 19 in fn `main_fetch` (methods.rs). |
||
---|---|---|
.. | ||
cors_cache.rs | ||
methods.rs |