Set wirte_lock_requested back to false.

This commit is contained in:
Relintai 2022-07-07 21:46:13 +02:00
parent 57775d88de
commit 6172b0eee4

View File

@ -143,6 +143,8 @@ void WebServer::_notification(int p_what) {
//the root could have changed.
refresh_root();
_rw_lock.write_unlock();
_write_lock_requested = false;
}
}
}