servo/components/net
bors-servo de7d73adb0 Auto merge of #14623 - DominoTree:master, r=emilio
<!-- Please describe your changes on the following line: -->
Add check for bad ports to http_fetch(), return NetworkError::Internal if bad port/schema combination is seen.

Test added

---
<!-- 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 #14514 (github issue number if applicable).

<!-- Either: -->
- [x] There are tests for these changes OR

<!-- 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/14623)
<!-- Reviewable:end -->
2016-12-24 03:41:14 -08:00
..
fetch Implement port-based blocking 2016-12-21 09:43:39 -05:00
blob_loader.rs Remove the unused CancellationListener arguments in filemanager_thread. 2016-11-24 11:46:30 +01:00
Cargo.toml Removed util. 2016-12-14 18:04:37 -06:00
chrome_loader.rs Removed util. 2016-12-14 18:04:37 -06:00
connector.rs Removed util. 2016-12-14 18:04:37 -06:00
content_blocker.rs Removed util. 2016-12-14 18:04:37 -06:00
cookie.rs Add domain and path checks for secure cookies eviction 2016-12-21 03:39:38 -08:00
cookie_storage.rs Add domain and path checks for secure cookies eviction 2016-12-21 03:39:38 -08: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 Removed util. 2016-12-14 18:04:37 -06:00
http_loader.rs Add domain and path checks for secure cookies eviction 2016-12-21 03:39:38 -08:00
image_cache_thread.rs Fix/silence some warnings 2016-12-20 07:07:06 +01:00
lib.rs Removed util. 2016-12-14 18:04:37 -06:00
mime_classifier.rs Auto merge of #13411 - frewsxcv:mime, r=jdm 2016-10-08 15:40:47 -05:00
resource_thread.rs Add domain and path checks for secure cookies eviction 2016-12-21 03:39:38 -08:00
storage_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
websocket_loader.rs Removed util. 2016-12-14 18:04:37 -06:00