You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-proxy/journal.org

348 B

Today

On the proxy side I need to have a handler to read the HTTP request and get the session ID. But from there on I need to forward the same request (perhaps minus the session ID) over a mux/yamux to the tcp connection with the tty-share. That will have to read it and pass it through the http server as it would do with a normal connection?