• Nils Goroll's avatar
    For body matches, use temporary space on heap rather than workspace · 246a6094
    Nils Goroll authored
    The main reason is an upcoming improvement which needs workspace.
    
    But also using workspace here probably does not come with too relevant
    an advantage, because regular expression matching and copying are
    already expensive, and the need to copy should be the exception.
    246a6094
vmod_re.c 36.3 KB