servo/components/net
bors-servo 96f3404928 Auto merge of #10382 - bobthekingofegypt:fix-websocket-close, r=metajack
stop client websocket close echoing server close

Client initiated close requests should send a close message to the
server that the server will echo back to complete the process.  Servo
should not then echo the servers close request back again to the server,
this guard stops servo from echoing a server close request if the
process was initiated by the client.

Tracked in https://github.com/servo/servo/issues/9803#issuecomment-196424406

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10382)
<!-- Reviewable:end -->
2016-06-10 08:49:53 -05:00
..
fetch Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
about_loader.rs Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
blob_loader.rs Add blob loader 2016-06-06 20:32:20 +08:00
bluetooth_thread.rs Allowed services support 2016-06-04 18:11:55 +02:00
Cargo.toml Auto merge of #11523 - szeged:random_id, r=jdm 2016-06-02 13:28:34 -05:00
chrome_loader.rs More chrome URL hardenning and tests. 2016-04-23 20:28:03 +02:00
connector.rs Use openssl-verify to check certificate + hostname 2016-05-10 11:30:11 -07:00
content_blocker.rs Read the content blocking rules and make them available to the HTTP loader. 2016-05-30 10:54:52 +02:00
cookie.rs Add mach command to update public domain list and use a HashSet instead of a Vec to lookup public domains 2016-06-09 09:14:01 +02:00
cookie_storage.rs Auto merge of #11196 - fduraffourg:master, r=jdm 2016-05-17 16:34:16 -07:00
data_loader.rs Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
file_loader.rs adding interface for custom responses 2016-05-20 12:11:56 +05:30
filemanager_thread.rs Add unit testing to file manager; Replace uuid by stringified version in FileManagerThreadMsg 2016-06-10 02:20:52 +08:00
hsts.rs Report use statements that use {} with only one entry 2016-05-27 10:18:44 +01:00
http_loader.rs Auto merge of #11692 - jdm:language, r=Manishearth 2016-06-10 05:52:37 -05:00
image_cache_thread.rs adding interface for custom responses 2016-05-20 12:11:56 +05:30
lib.rs Auto merge of #11640 - servo:rustup, r=Ms2ger 2016-06-08 07:36:55 -05:00
mime_classifier.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
pub_domains.rs Add mach command to update public domain list and use a HashSet instead of a Vec to lookup public domains 2016-06-09 09:14:01 +02:00
resource_thread.rs Auto merge of #11497 - ab22:11467-resource-threads-race-with-shutdown-to-write-out-data, r=Ms2ger 2016-06-01 06:46:58 -05:00
storage_thread.rs send a reply when thread is done exiting 2016-05-30 09:21:09 -06:00
websocket_loader.rs check close on both incoming/outgoing websocket 2016-06-10 13:47:51 +01:00