Skip to content
Commit 154cfb8f authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Server: handle race condition on connection shutdown

When client sends a command and disconnects immediatelly it is possible
that the Connection gets mostly torn down from a nested event loop
before we get back to the main loop in handleIncomingData(),
leading to m_socket being null when we try to access it.

BUG: 394071
FIXED-IN: 5.8.3
parent fd47fa73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment