servo/components/net/fetch
Stjepan Glavina bcd813d961 Fix fetching about:blank
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).
2016-03-24 11:17:12 +01:00
..
cors_cache.rs Update to Rust 2016-03-05 2016-03-06 10:36:49 +01:00
methods.rs Fix fetching about:blank 2016-03-24 11:17:12 +01:00