mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-07-08 02:54:15 +00:00
Experiment: pingpong seed
This commit is contained in:
parent
80ce4a20f6
commit
7743a2b01f
11 changed files with 158 additions and 301 deletions
|
@ -231,7 +231,7 @@ func (h *Handler) Process(ctx context.Context, link *transport.Link, dialer inte
|
|||
inTimer = inbound.Timer
|
||||
}
|
||||
if !isTLSConn(conn) { // it would be tls conn in special use case of MITM, we need to let link handle traffic
|
||||
return proxy.CopyRawConnIfExist(ctx, conn, writeConn, link.Writer, timer, inTimer)
|
||||
return proxy.CopyRawConnIfExist(ctx, conn, writeConn, link.Writer, timer, inTimer, nil)
|
||||
}
|
||||
}
|
||||
var reader buf.Reader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue