Skip to content

SessionController: remove SNI status; keep it always passive

Nate Graham requested to merge work/cherry-pick-a4f25f53 into Plasma/6.1

Since the portal SNI is the one indicating if connection is active or not, remove the SNI status. No need for two SNIs to be active.

Ideally we only would have one anyway, but this a workaround until we can reuse the SNI for the portal status as well.

BUG: 488365 FIXED-IN: 6.1.1

(cherry picked from commit a4f25f53)

75114bbd SessionController: remove sni status, keep it always passive

Co-authored-by: Akseli Lahtinen akselmo@akselmo.dev

Merge request reports