mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +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). |
||
---|---|---|
.. | ||
parsable_mime | ||
Cargo.toml | ||
cookie.rs | ||
data_loader.rs | ||
fetch.rs | ||
hsts.rs | ||
http_loader.rs | ||
lib.rs | ||
mime_classifier.rs | ||
resource_thread.rs | ||
test.jpeg |