aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/websocket_loader.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Reorder `use` statementsUK9922016-09-091-3/+3
|
* Test fixes:Manish Goregaokar2016-06-101-1/+1
| | | | | | | | - Hack to stop hitting unreachable on referer - add fetch_done to make sync work - Make datauris work by setting the response URI, spec bug - Allow for empty bodies - Make request bodies work (pass to http, fix fencepost in iter count)
* check close on both incoming/outgoing websocketBob2016-06-101-6/+14
| | | | | | Need to make sure close is only sent to the server once, either from a client initiation or from a server echo. This adds the sent check to both incoming and outgoing threads.
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
|
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-2/+2
|
* Update to Rust 2016-03-05Anthony Ramine2016-03-061-1/+1
|
* Trigger WebSocket error eventSam Gibson2016-02-261-1/+5
| | | | Trigger a WebSocket error after receiving an invalid message from the server
* Update websocketSimon Sapin2016-02-191-2/+2
|
* Add support for websocket request and response cookiesRebecca2016-02-171-4/+10
| | | | Also change expected behavior to pass for all in tests/wpt/web-platform-tests/websockets/cookies
* Make closing related code more clear and more correctJames Sanders2016-01-181-5/+10
|
* task -> threadrohan.prinja2016-01-101-1/+1
|
* adding initial support for websocket subprotocol negotationjmr02015-12-171-8/+27
|
* move websocket creation to resource taskNova Fallen2015-12-081-0/+125