Commits

Andy Green authored ac6edaf1997
lws_strexp: add ability to find output length without write Sometimes we need to find out the substituted length before we can allocate and actually store it. Teach strexp that if we set the output buffer to NULL (and the output length to something big) we are asking for the substituted length and to not produce output.