- United States
- https://bancino.net
- Joined on
2024-09-14
I think, for now, if you're not running into any memory issue that the iterator is detecting, we can probably roll without it for now. We can re-evaluate if we find some gnarly memory bugs that we…
If you just say #if (TLS_IMPL == TLS_OPENSSL)
and get rid of the LibreSSL check, then this will only be applied with OpenSSL, which you verified to work. We can then merge this and add back LibreSSL support later after we verify it is working.
Huh. For some reason I was under the impression that it was, but after checking the spec myself, you're right!
That's true, the JSON backend isn't the most robust at the moment, but I would like it to be a viable alternative for those that don't want to use LMDB, so my only hesitation is that if we merge…