Remove invalid code

This commit is contained in:
世界
2023-09-28 15:51:33 +08:00
parent 2f1b2199c5
commit e26096085e
7 changed files with 20 additions and 58 deletions

View File

@@ -189,7 +189,3 @@ func (t *vlessTransportHandler) NewConnection(ctx context.Context, conn net.Conn
Destination: metadata.Destination,
})
}
func (t *vlessTransportHandler) FallbackConnection(ctx context.Context, conn net.Conn, metadata M.Metadata) error {
return os.ErrInvalid
}