Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 348 Bytes

journal.org

File metadata and controls

4 lines (3 loc) · 348 Bytes

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?