drogon/lib
Martin Chang 834e3eabdd
Fix CacheMap crash in CI tests (#890)
It is possible for the CacheMap to destruct while timeout callback is
active. This causes a very rare data race. And it's my hypothesis that
this is the reason behind CacheMap crashes on CI. This patch locks the
weels upon cestructing.
2021-06-13 10:33:30 +08:00
..
inc/drogon Fix CacheMap crash in CI tests (#890) 2021-06-13 10:33:30 +08:00
src Fix routing mismatch (#885) 2021-06-07 21:35:22 +08:00
tests Fix CacheMap crash in CI tests (#890) 2021-06-13 10:33:30 +08:00