Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Issue 166 in ndt: NDT doesn't support websockets

Subject: NDT-DEV email list created

List archive

[ndt-dev] Issue 166 in ndt: NDT doesn't support websockets


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Issue 166 in ndt: NDT doesn't support websockets
  • Date: Thu, 18 Dec 2014 20:16:27 +0000

Status: New
Owner:

Labels: Type-Defect Severity-Low

New issue 166 by
:
NDT doesn't support websockets
https://code.google.com/p/ndt/issues/detail?id=166

I'd like it if we could also run NDT tests over websockets. Websockets are just like TCP sockets, except there is an initial HTTP handshake, and there is a required on-the-wire framing protocol.

To get this working, we need NDT to:
1) detect an incoming websocket request and perform the websocket handshake - for every kind of test that opens a new socket.
2) send NDT messages inside websocket messages.
3) properly read websocket messages and convert into NDT messages
4) make the S2C test send valid random-looking websocket data instead just random-looking data.

2 and 3 I've already got working, 1 is being worked on, and 4 remains to be done. I'm creating this as a tracking bug so that people know that this is being worked on.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


  • [ndt-dev] Issue 166 in ndt: NDT doesn't support websockets, ndt, 12/18/2014

Archive powered by MHonArc 2.6.16.

Top of Page