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

Emit Connection::disconnected() after Handler returns

If there's an active Handler, wait for it to finish before emitting
the disconnected() signal which leads to deletion of the Connection.
This prevents crashes when the client disconnects while we are in
the middle of request handlng (like FetchHelper)
parent 2d568d1c
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