mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-06 13:55:27 -04:00
chunk stream in vmess
This commit is contained in:
@@ -199,7 +199,7 @@ func (this *Shadowsocks) handleConnection(conn *hub.TCPConn) {
|
||||
|
||||
writer.Write(payload.Value)
|
||||
payload.Release()
|
||||
v2io.ChanToWriter(writer, ray.InboundOutput())
|
||||
v2io.ChanToRawWriter(writer, ray.InboundOutput())
|
||||
}
|
||||
writeFinish.Unlock()
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user