>> 19:40:17 2014 >> @@ -231,6 +231,9 @@ static const char* really_last_key = "re >> #define subreq_ok(r) (!r->main || \ >> (r->main->uri && r->uri && strcmp(r->main->uri, r->uri))) >> +#ifndef REWRITE_MAX_ROUNDS >> +#define REWRITE_MAX_ROUNDS 32000 >> +#endif > > > Should trunk be synch with 2.4.x with this 32000 limit ?
Intentionally different, being more paranoid in 2.4.x to not surprise anyone applying a new fix level.
