On Tue, Feb 25, 2020 at 9:33 AM Ruediger Pluem <[email protected]> wrote: > > I guess this could be more effective memory and possibly CPU wise if we would > collect all the possible > strings including the one for domain in the already existing code above in an > apr_array and do an > apr_array_pstrcat to build the final cookie value once all components are > sorted out.
FWIW, I find the ap_varbuf interface quite handy and efficient. Regards, Yann.
