Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace servo-websocket by ws #21386

Merged
merged 1 commit into from Aug 15, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Replace servo-websocket by ws

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

Fixes #14517
  • Loading branch information
Eijebong committed Aug 15, 2018
commit 2e11bc10fb43238296435b13444ed9ca5b69a3bd

Some generated files are not rendered by default. Learn more.

@@ -41,13 +41,13 @@ servo_allocator = {path = "../allocator"}
servo_arc = {path = "../servo_arc"}
servo_config = {path = "../config"}
servo_url = {path = "../url"}
servo-websocket = { version = "0.21", default-features = false, features = ["sync"] }
threadpool = "1.0"
time = "0.1.17"
unicase = "1.4.0"
url = "1.2"
uuid = {version = "0.6", features = ["v4"]}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
ws = { version = "0.7", features = ["ssl"] }

[dev-dependencies]
embedder_traits = { path = "../embedder_traits", features = ["tests"] }
@@ -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;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.