Frank Gevaerts
Frank Gevaerts
It would be useful if the documentation says whether parsing is thread-safe. Based on a quick look at what RSQLParser.parse() does, I think it's thread-safe. Is that correct?
I've changed some small things that I think make the document a bit better
Openssl 1.1 doesn't require the callbacks any more, so things have become easier, but there still are some things to watch out for when doing multithreaded things.
The expat xml library (https://github.com/libexpat/libexpat) wants its data in a way that is well matched with the curl API. This (or some other similar library) may be worth showing. The...