mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fix: reset shutdown flag when connection is closed
This commit is contained in:
parent
97f4acb98e
commit
8e8c5c2b61
@ -180,6 +180,7 @@ void server_handler::on_closed(lws * wsi)
|
||||
{
|
||||
connection = nullptr;
|
||||
is_authenticated = false;
|
||||
shutdown_requested = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user