mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-02 18:49:08 -04:00
test case for UDP in freedom
This commit is contained in:
@@ -40,9 +40,6 @@ func (vconn *FreedomConnection) Start(ray core.OutboundRay) error {
|
||||
}
|
||||
|
||||
if !vconn.packet.MoreChunks() {
|
||||
if ray != nil {
|
||||
close(ray.OutboundOutput())
|
||||
}
|
||||
writeMutex.Unlock()
|
||||
} else {
|
||||
go dumpInput(conn, input, &writeMutex)
|
||||
|
||||
Reference in New Issue
Block a user