Package: websocketd
Version: 0.4.1-1+b5

In order to do some tests with web services, and eventually set up a
tunnel for ssh, I used websocketd with a simple script.

Here I noticed that the script's input and output are not faithfully
received from/sent to the socket.

Indeed, from client to server, extraneous newlines are added.
Conversely, on data from server to client, newlines are stripped out.

N.B., I *did* set both STDERR and STDOUT to autoflush.

Hence, this cannot be used to tunnel arbitrary data via a web server.

Thanks,

Alain

Reply via email to