Alexander Dahl
Alexander Dahl
> @LeSpocky Have a look at my previous post. The one directly above the post you made. There's a link there to the fork a few of us are slowly...
> Of course there is a use case (i.e. the use case, I implemented this feature for), where we want to have these uploaded files be preserved longer than the...
> What would a custom cleanup mean? Would this have to be registered on webserver creation and then take effect on every request? Or could this be set on each...
> Actually it might really get difficult to find a good solution for setting the cleanup on every request individually (at least I have no quick idea on that). >...
Okay, what I take from this for now: we can start with the cleanup (1.) already, because it's more or less independent from the actual solution we come up with...
> Okay, what I take from this for now: we can start with the cleanup (1.) already, because it's more or less independent from the actual solution we come up...
Same check fails here. System is Debian GNU/Linux 10 (buster) on amd64 architecture. Building libhttpserver 0.18.2-21-gc5cf5ea (current master) with GCC 8.3.0 (from Debian) against libmicrohttpd 0.9.62 (from Debian). I could...
> Not too familiar with CMake unfortunately to give an expert comment on this, but aren't the ones you pointed basically the configurations to build those libraries. Correct. > All...
> I don't know if it's wrong or right but I typically have issues with `find_package(PkgConfig REQUIRED)` and instead just set up projects to have a `deps/` folder with `git...
> Is your superbuild project available some where? No, and it won't be, at least not that project I use in production. > Or could you share the CMakeLists of...