go-piping-tunnel icon indicating copy to clipboard operation
go-piping-tunnel copied to clipboard

[ERR] yamux: Failed to read header: invalid content-type: text/html; charset=utf-8

Open m2acgi opened this issue 1 year ago • 2 comments

If the server or client shutdown, the clienet or server will shutdown also, log show [ERR] yamux: Failed to read header: invalid content-type: text/html; charset=utf-8, it won't connect auto. So the go-piping-tunnel not suitable for long time running in backgroud. Please fix. Thanks.

# serer
piping-tunnel server --port 1234 --yamux --server https://piping.example.com mypaht1 mypaht2

# client
piping-tunnel client --port 1234 --yamux --server https://piping.example.com mypaht1 mypaht2

m2acgi avatar Aug 19 '22 02:08 m2acgi