servo/tests/unit/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
..
parsable_mime Fix off-by-one error in MIME pattern matching 2016-02-23 11:53:32 +00:00
Cargo.toml Removed util. 2016-12-14 18:04:37 -06:00
chrome_loader.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
cookie.rs Add unit tests 2016-12-22 11:29:30 -08:00
cookie_http_state.rs Add unit tests 2016-12-22 11:29:30 -08:00
cookie_http_state_utils.py Use common cookie struct add cookie webdriver cmds 2016-06-25 22:24:35 +00:00
data_loader.rs Use the asynchronous fetching code in unit tests. 2016-12-15 10:45:15 +01:00
fetch.rs Implement port-based blocking 2016-12-21 09:43:39 -05:00
file_loader.rs added test for https://github.com/servo/servo/issues/10548 2016-04-18 03:34:25 +03:00
filemanager_thread.rs Remove the unused CancellationListener arguments in filemanager_thread. 2016-11-24 11:46:30 +01:00
hsts.rs Reorder use statements 2016-09-09 04:55:19 +02:00
http_loader.rs Add unit tests 2016-12-22 11:29:30 -08:00
lib.rs Make the fetch target non-optional. 2016-12-15 10:49:04 +01:00
mime_classifier.rs Auto merge of #13411 - frewsxcv:mime, r=jdm 2016-10-08 15:40:47 -05:00
resource_thread.rs Remove some unused arguments. 2016-11-24 11:46:33 +01:00
test.jpeg Chunked ReadFile from file manager 2016-07-25 19:39:16 +02:00