mirror of https://github.com/v2ray/v2ray-core
close inbound ray when there is an error
parent
adf5820286
commit
8daea1dc06
|
@ -120,6 +120,7 @@ func (this *VMessInboundHandler) HandleConnection(connection *net.TCPConn) error
|
|||
aesStream, err := v2crypto.NewAesEncryptionStream(responseKey[:], responseIV[:])
|
||||
if err != nil {
|
||||
log.Error("VMessIn: Failed to create AES decryption stream: %v", err)
|
||||
close(input)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue