mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 03:39:57 +02:00
Disable the requestHandles.size() assert in Libcurl.cpp
It's getting triggered because the lifetime of some objects that own RequestHandles are not exactly deterministic, to put it lightly. I'm not dealing with those.
This commit is contained in:
@@ -338,7 +338,7 @@ namespace http
|
||||
}
|
||||
WorkerPerform();
|
||||
}
|
||||
assert(!requestHandles.size());
|
||||
// assert(!requestHandles.size()); // TODO: enable again once the rest of the codebase is actual c++
|
||||
WorkerExit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user