servo/components/net_traits
bors-servo 95883dcbcf Auto merge of #9907 - nikkisquared:async_tests, r=jdm
Add Tests For Asynchronous Fetch Calls With Filtered Responses

I've added two tests using async_fetch intended to create filtered responses. I caught and fixed a bug where waiting for response.body to be completed would never pass for Opaque or OpaqueRedirect, since their response.body is always `Empty`.

As always, I'd appreciate review and feedback! I don't plan to write new tests, but I will gladly patch up any gaps in the current tests.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9907)
<!-- Reviewable:end -->
2016-03-10 08:59:07 +05:30
..
image Use piston_image instead of stb_image for decoding JPEGs 2016-03-02 09:13:49 +01:00
Cargo.toml Bump url to 0.5.7 2016-03-09 20:15:16 +01:00
hosts.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
image_cache_thread.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
lib.rs Use piston_image instead of stb_image for decoding JPEGs 2016-03-02 09:13:49 +01:00
net_error_list.rs Move net_error_list from net to net_traits. Fixes #7050. 2015-08-06 16:37:08 -05:00
request.rs implementing working demonstration of calling Fetch asynchronously 2016-03-01 13:02:38 -07:00
response.rs Auto merge of #9907 - nikkisquared:async_tests, r=jdm 2016-03-10 08:59:07 +05:30
storage_thread.rs task -> thread 2016-01-10 17:58:13 +09:00