RE: Cookie Patch for Flood

2002-01-03 Thread Chris Williams
n 03, 2002 at 09:43:48AM -0500, Chris Williams wrote: > > I found a bug in flood_round_robin.c. The apr_pstrcat on line > 146 should > > have NULL as the last argument. I am new to submitting patches so if > > someone could let me know the correct way to do it, I will > repos

Cookie Patch for Flood

2002-01-03 Thread Chris Williams
I found a bug in flood_round_robin.c. The apr_pstrcat on line 146 should have NULL as the last argument. I am new to submitting patches so if someone could let me know the correct way to do it, I will repost. Without this, you get a bunch of garbage in the cookie string if there is more that one

Quick flood question...

2002-01-02 Thread Chris Williams
I am hacking around in flood to change how it handles cookies. What I am trying to do is have the current cookie list freed once a farmer completes a round. I think I found where to do this in round_robin_loop_condition. My question is how to free the cookie struct since it is using the apr_pcal

Question about Flood

2001-11-15 Thread Chris Williams
I would like to add some functionality to Flood but I want to make sure you can't already do it. What I would like to do is have one urllist but have some portions of those URL's based on information from each farmer. An example would be to use the farmer name as part of a URL request. Is there