mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -05:00
supress warning on ecryption packets
This commit is contained in:
parent
cb378a9dbf
commit
475ffc8196
@ -313,7 +313,6 @@ func (w *AuthenticationWriter) writePacket(mb buf.MultiBuffer) error {
|
|||||||
|
|
||||||
eb, err := w.seal(b)
|
eb, err := w.seal(b)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
newError("failed to encrypt packet").Base(err).AtWarning().WriteToLog()
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user