Files @ f328e80a974a
Branch filter:

Location: libtransport.git/include/CMakeLists.txt - annotation

Vladimír Matěna
Fix possible double free in ThreadPool

This makes HTTPRequestTest::GETThreadPool test pass deterministicaly.

Problem was static slot used to cleanup threads. When ThreadPool was instantiated
multiple times, threads were also clened up multiple times resulting in segfault.
ADD_SUBDIRECTORY(transport)