Fix SSO support for anyconnect

This commit is contained in:
世界
2026-07-18 22:07:16 +08:00
parent 37b4386bdd
commit fea6299fa7
19 changed files with 1171 additions and 489 deletions
+2 -1
View File
@@ -433,7 +433,8 @@ func (s *ServerEndpoint) readLoop() {
err = s.device.WriteInboundBuffers(packetBuffers)
buf.ReleaseMulti(packetBuffers)
if err != nil {
s.logger.Error(E.Cause(err, "write OpenVPN packet to device"))
s.logger.Error(E.Cause(err, "write packet to device"))
return
}
}
}