Re: svn commit: r1562174 - in /httpd/httpd/branches/2.4.x: ./ STATUS docs/manual/ docs/manual/howto/ docs/manual/mod/ docs/manual/mod/mod_macro.xml docs/manual/rewrite/ docs/manual/rewrite/flags.xml m

2014-02-03 Thread Christophe JAILLET
Le 28/01/2014 20:40, j...@apache.org a écrit : Author: jim Date: Tue Jan 28 19:40:17 2014 New Revision: 1562174 URL: http://svn.apache.org/r1562174 Log: Merge r1556206 from trunk: avoid a tight busy loop with memory allocations when the [N] flag isn't making progress. If backported, probably

Re: svn commit: r1562174 - in /httpd/httpd/branches/2.4.x: ./ STATUS docs/manual/ docs/manual/howto/ docs/manual/mod/ docs/manual/mod/mod_macro.xml docs/manual/rewrite/ docs/manual/rewrite/flags.xml m

2014-02-03 Thread Eric Covener
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