It was, wasn't it? Let be dbl-check. On Dec 6, 2012, at 2:13 PM, Marion & Christophe JAILLET <[email protected]> wrote:
> > Le 06/12/2012 14:59, [email protected] a écrit : >> Author: jim >> Date: Thu Dec 6 13:59:32 2012 >> New Revision: 1417892 >> >> URL: http://svn.apache.org/viewvc?rev=1417892&view=rev >> Log: >> Merge r1404653 from trunk: >> >> Allow for setting of sticky session split char... >> Bugz 53893 >> > [...] >> --- httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy.h (original) >> +++ httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy.h Thu Dec 6 13:59:32 >> 2012 >> @@ -425,6 +425,7 @@ typedef struct { >> unsigned int vhosted:1; >> unsigned int inactive:1; >> unsigned int forcerecovery:1; >> + char sticky_separator; /* separator >> for sessionid/route */ >> } proxy_balancer_shared; >> #define ALIGNED_PROXY_BALANCER_SHARED_SIZE >> (APR_ALIGN_DEFAULT(sizeof(proxy_balancer_shared))) >> > Hi, > > I think that the change of position of the sticky_separator struct member, > should be forward-ported to trunk, shouldn't it ? > > Best regards, > CJ >
