servo/components/net
bors-servo 7371da6ca0 Auto merge of #9078 - nikkisquared:split_http_loader_load, r=jdm
Split http_loader::load into two methods

This is intended to fix #8976 by moving the http_loader::load code that deals with getting a response and moving it into its own function. I've built it and run existing tests against my changes and that looks fine. I'd like feedback on changes I've made to accommodate refactoring the code. And I'm sure there's a more descriptive function name than "load_response", I just wasn't sure how to describe what it does.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9078)
<!-- Reviewable:end -->
2016-01-01 01:48:09 +05:30
..
fetch Partial implementation of HTTP-network-or-cache fetch step. 2015-12-29 16:37:11 -05:00
about_loader.rs Resolves #4183 - Implemementing context-based MIME type sniffing 2015-12-31 07:45:03 -05:00
Cargo.toml Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
cookie.rs Make path_matches match the spec (fixes cookies) 2015-11-30 22:01:33 +05:30
cookie_storage.rs Add plugins for compositing and net crates #7699 2015-09-22 13:51:21 +02:00
data_loader.rs Resolves #4183 - Implemementing context-based MIME type sniffing 2015-12-31 07:45:03 -05:00
file_loader.rs Resolves #4183 - Implemementing context-based MIME type sniffing 2015-12-31 07:45:03 -05:00
hsts.rs Remove dependency on regex_macros 2015-11-24 22:07:14 +01:00
http_loader.rs Auto merge of #9078 - nikkisquared:split_http_loader_load, r=jdm 2016-01-01 01:48:09 +05:30
image_cache_task.rs Resolves #4183 - Implemementing context-based MIME type sniffing 2015-12-31 07:45:03 -05:00
lib.rs Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all 2015-12-10 16:49:29 -05:00
mime_classifier.rs Remove unneeded dead_code annotations. 2015-12-31 07:45:50 -05:00
pub_domains.rs Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
resource_task.rs Enable MIME sniffing via a pref instead of a global option. 2015-12-31 07:45:49 -05:00
storage_task.rs Replaced DOMString by String in storage APIs. 2015-11-12 17:52:59 -06:00
websocket_loader.rs adding initial support for websocket subprotocol negotation 2015-12-17 09:17:15 -05:00