Re: apr_table_setn in mod_proxy_balancer.c

2007-07-09 Thread Plüm , Rüdiger , VF-Group
> -Ursprüngliche Nachricht- > Von: jean-frederic clere > Gesendet: Montag, 9. Juli 2007 16:29 > An: dev@httpd.apache.org > Betreff: Re: apr_table_setn in mod_proxy_balancer.c > > > jean-frederic clere wrote: > > Ruediger Pluem wrote: > >> >

Re: apr_table_setn in mod_proxy_balancer.c

2007-07-09 Thread jean-frederic clere
jean-frederic clere wrote: Ruediger Pluem wrote: On 06/27/2007 05:09 PM, jean-frederic clere wrote: Hi, In mod_proxy_balancer.c there is the following code: +++ /* Add the session route to request notes if present */ if (route) { apr_table_setn(r->notes, "session-sticky", (*balan

Re: apr_table_setn in mod_proxy_balancer.c

2007-07-09 Thread jean-frederic clere
Ruediger Pluem wrote: On 06/27/2007 05:09 PM, jean-frederic clere wrote: Hi, In mod_proxy_balancer.c there is the following code: +++ /* Add the session route to request notes if present */ if (route) { apr_table_setn(r->notes, "session-sticky", (*balancer)->sticky); apr_ta

Re: apr_table_setn in mod_proxy_balancer.c

2007-06-27 Thread jean-frederic clere
Ruediger Pluem wrote: On 06/27/2007 05:09 PM, jean-frederic clere wrote: Hi, In mod_proxy_balancer.c there is the following code: +++ /* Add the session route to request notes if present */ if (route) { apr_table_setn(r->notes, "session-sticky", (*balancer)->sticky); apr_ta

Re: apr_table_setn in mod_proxy_balancer.c

2007-06-27 Thread Ruediger Pluem
On 06/27/2007 05:09 PM, jean-frederic clere wrote: > Hi, > > In mod_proxy_balancer.c there is the following code: > +++ >/* Add the session route to request notes if present */ >if (route) { >apr_table_setn(r->notes, "session-sticky", (*balancer)->sticky); >apr_table_setn

apr_table_setn in mod_proxy_balancer.c

2007-06-27 Thread jean-frederic clere
Hi, In mod_proxy_balancer.c there is the following code: +++ /* Add the session route to request notes if present */ if (route) { apr_table_setn(r->notes, "session-sticky", (*balancer)->sticky); apr_table_setn(r->notes, "session-route", route); /* Add session info to e