• Geoff Simmons's avatar
    Add set.hdr_filter(). · 07d677aa
    Geoff Simmons authored
    This necessitates adding the matchonly() method to the vre2set
    interface, which only checks for matches, and does not save the
    indices of matching elements. It also requires a length parameter
    (since headers in struct http are not null-terminated).
    
    It also requires the return of the configure-time check for whether
    the RE2::Set::Match() method can be called with a NULL vector for
    the indices.
    07d677aa
Name
Last commit
Last update
..
tests Loading commit data...
vre2 Loading commit data...
Makefile.am Loading commit data...
re2.c Loading commit data...
set.c Loading commit data...
vmod_re2.c Loading commit data...
vmod_re2.h Loading commit data...
vmod_re2.vcc Loading commit data...