servo/components/net
bors-servo fe07d2c575
Auto merge of #22714 - aditj:patch-3, r=jdm
Added fetch_start functionality

<!-- Please describe your changes on the following line: -->
Added the fetch_start functionality in http_loader.rs (http_fetch function)

---
<!-- 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 #21258 (GitHub issue number if applicable)

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22714)
<!-- Reviewable:end -->
2019-01-28 18:45:26 -05:00
..
fetch Added fetch_start functionality in http_fetch 2019-01-24 23:18:54 +05:30
tests Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
Cargo.toml Update base64 to 0.10.1 2019-01-25 14:02:56 +01:00
connector.rs Redesign network response decoding to avoid creating decoders before some content is present. 2019-01-15 16:04:45 -05:00
cookie.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
cookie_storage.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
data_loader.rs Update base64 to 0.10.1 2019-01-25 14:02:56 +01:00
decoder.rs Redesign network response decoding to avoid creating decoders before some content is present. 2019-01-15 16:04:45 -05:00
filemanager_thread.rs Remove redundant .clone()s 2018-12-11 10:43:51 +09:00
hosts.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
hsts.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
http_cache.rs Remove redundant .clone()s 2018-12-11 10:43:51 +09:00
http_loader.rs Auto merge of #22714 - aditj:patch-3, r=jdm 2019-01-28 18:45:26 -05:00
image_cache.rs Update webrender 2018-11-27 17:33:13 -08:00
lib.rs Redesign network response decoding to avoid creating decoders before some content is present. 2019-01-15 16:04:45 -05:00
mime_classifier.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
resource_thread.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
storage_thread.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
subresource_integrity.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
websocket_loader.rs Remove redundant .clone()s 2018-12-11 10:43:51 +09:00