On 01 Sep 2018, at 13:13, Yann Ylavic <ylavic....@gmail.com> wrote: > So how about the attached patch too, allowing for case sensitive apr_tables? > :p > apr_json could then use apr_table_make_ex()…
I like the idea of a case sensitive apr_table, it’s something that would have been useful to me in the past. Using it in the JSON code I’m still not keen on, as we need the hard security guarantees of the apr_hash method signature, which has just one mode of operation. We’re also still forced to unnecessarily strndup all our keys on the way in to make them NUL terminated. Regards, Graham —