Replace servo-websocket by ws

This is heavily based on previous work done in #16012.

Fixes #14517
This commit is contained in:
Bastien Orivel 2018-08-11 03:22:05 +02:00
parent e40feab22f
commit 2e11bc10fb
5 changed files with 178 additions and 648 deletions

View file

@ -40,7 +40,7 @@ extern crate unicase;
extern crate url;
extern crate uuid;
extern crate webrender_api;
extern crate websocket;
extern crate ws;
mod blob_loader;
pub mod connector;