mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 08:19:51 -05:00
Prevent file handles to leak into nodejs server application
This commit is contained in:
@@ -218,6 +218,7 @@ protected:
|
||||
size_t handleData(HttpRequest::Data d) override;
|
||||
|
||||
static std::mutex _directoryCreationMutex;
|
||||
std::atomic_bool _hasHandle = false;
|
||||
|
||||
private:
|
||||
std::string _destination;
|
||||
|
||||
Reference in New Issue
Block a user