Add comment about read failure not shutting down
This commit is contained in:
parent
db787268a2
commit
2c8c2d20f8
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue