Update dependencies

This commit is contained in:
世界 2022-07-16 09:32:54 +08:00
parent e459daaaf6
commit 7d52ded2a3
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 16 additions and 15 deletions

View file

@ -175,7 +175,7 @@ func (i *RelayInbound) NewPacketConnection(ctx context.Context, conn N.PacketCon
return bufio.CopyPacketConn(ctx, conn, outConn)
}
func (i *RelayInbound) HandleError(err error) {
func (i *RelayInbound) NewError(ctx context.Context, err error) {
if E.IsClosed(err) {
return
}