On Mar 4, 2014, at 4:36 PM, James Peach <jpe...@apache.org> wrote: >> +const char PLUGIN_NAME[] = "header_rewrite"; >> +const char PLUGIN_NAME_DBG[] = "dbg_header_rewrite"; >> + >> +const char* HOOK_NAMES[] = { > > You should do some kind of static assert to force a build break if new hooks > are added.
I’m hoping to replace this with the new APIs we’ve been discussing. This junk is the reason why I filed that Jira :). — Leif