Vsevolod Pilipenko
Vsevolod Pilipenko
Good day. Today I find memory leak. It's happened in http_server.h in do_accept. See this [lines](https://github.com/ipkn/crow/blob/master/include/crow/http_server.h#L188): ``` { if (!ec) { is.post([p] { p->start(); }); } do_accept(); }); ``` if...
Hi! First, thanks for the library. We are using video control on weak CPUs, and for us, it's better to use GPUs as much as possible. Our settings: - Asta...