mirror of
https://github.com/therootcompany/telebit.git
synced 2025-04-05 15:30:40 +00:00
bugfix port in hostname
This commit is contained in:
parent
fac06a1d66
commit
3f9e05e998
@ -275,7 +275,7 @@ func (mx *MPlexy) acceptPlainStream(ctx context.Context, wConn *tunnel.WedgeConn
|
|||||||
loginfo.Println(hex.Dump(peek))
|
loginfo.Println(hex.Dump(peek))
|
||||||
if !encrypted {
|
if !encrypted {
|
||||||
// TODO request and cache http resources as a feature??
|
// TODO request and cache http resources as a feature??
|
||||||
go mx.routeToTarget(ctx, wConn, r.Host, "http")
|
go mx.routeToTarget(ctx, wConn, hostname, "http")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user