Add set.hdr_filter().
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.
Showing
src/tests/hdr_filter.vtc
0 → 100644
Please register or sign in to comment