Bojan Gornik

Results 2 comments of Bojan Gornik

My understanding is that the issue is a consequence of incorrect error handling in the definition of `void NormalResolver::resolve(const std::string &hostname, const Callback &callback)` in the **trantor** library. Specifically, lines...

1) > Good fix. But it does not solve the described problem > > [dg_ctl_asan.log](https://github.com/drogonframework/drogon/files/7671249/dg_ctl_asan.log) [dg_ctl_valgrind.log](https://github.com/drogonframework/drogon/files/7671250/dg_ctl_valgrind.log) > Looked into this, seems the problem is the fact that `exit` gets called...