Re: [dev-servo] Upgrading HTTP requests to WebSocket with rust-websockets.

2016-09-12 Thread Dirkjan Ochtman
On Mon, Sep 12, 2016 at 1:14 PM, Eddy Bruel wrote: > The way I see it, we have two options. Personally, I'm leaning towards > option two, but I wanted to get your opinion: > > 1. Ignore the problem for now. Most debugger clients for the Chrome > Debugging Protocol can attach to a WebSocket URL dir

[dev-servo] Upgrading HTTP requests to WebSocket with rust-websockets.

2016-09-12 Thread Eddy Bruel
I am currently writing a prototype of a debugger server for Servo that works with the Chrome Debugging Protocol: https://github.com/ejpbruel/servo/tree/acceptor The Chrome Debugging Protocol works by first sending a HTTP request to http://localhost:/json (where is the remote debugging port). This