Add comment about read failure not shutting down

This commit is contained in:
Davide De Rosa 2019-12-12 20:37:10 +01:00
parent db787268a2
commit 2c8c2d20f8
1 changed files with 2 additions and 0 deletions

View File

@ -407,6 +407,8 @@ public class OpenVPNSession: Session {
}
if let error = error {
log.error("Failed LINK read: \(error)")
// XXX: why isn't the tunnel shutting down at this point?
return
}