servo/components/net
bors-servo a780f6f28c Auto merge of #15696 - jdm:no-http-pool, r=emilio
Do not pool HTTP connections.

HTTP connection pooling triggers consistent failures in #14620. Let's disable it until there's more time to solve the underlying problem in #15694.

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] There are tests for these changes

<!-- 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/15696)
<!-- Reviewable:end -->
2017-02-23 03:55:45 -08:00
..
fetch Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
blob_loader.rs Remove unused part of the return value of parse_blob_url(). 2017-01-30 15:16:27 +01:00
Cargo.toml Use serde_json to persist cookies in the net crate 2017-02-22 12:33:10 +01:00
chrome_loader.rs Removed util. 2016-12-14 18:04:37 -06:00
connector.rs Implement HSTS fetch step 2016-12-29 12:55:31 +05:30
content_blocker.rs Removed util. 2016-12-14 18:04:37 -06:00
cookie.rs Use serde_json to persist cookies in the net crate 2017-02-22 12:33:10 +01:00
cookie_storage.rs Use serde_json to persist cookies in the net crate 2017-02-22 12:33:10 +01:00
data_loader.rs Remove CoreResourceMsg::Load. 2016-11-24 11:46:24 +01:00
filemanager_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
hsts.rs Use serde_json to persist cookies in the net crate 2017-02-22 12:33:10 +01:00
http_loader.rs Add ImmutableOrigin to allow for serializing origins 2017-02-22 11:11:59 -06:00
image_cache_thread.rs Add useful debug information to image cache. 2017-02-22 14:19:35 -05:00
lib.rs Use serde_json to persist cookies in the net crate 2017-02-22 12:33:10 +01:00
mime_classifier.rs Auto merge of #13411 - frewsxcv:mime, r=jdm 2016-10-08 15:40:47 -05:00
resource_thread.rs Auto merge of #15696 - jdm:no-http-pool, r=emilio 2017-02-23 03:55:45 -08:00
storage_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
subresource_integrity.rs Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
websocket_loader.rs Removed util. 2016-12-14 18:04:37 -06:00