Re: Redo for Patch for cookie processing in Flood

2003-12-12 Thread Jacek Prucia
On Tue, 28 Oct 2003 10:12:19 -0500 (EST) Norman Tuttle [EMAIL PROTECTED] wrote: Hello Norman, As per the suggestions I have received, I am resubmitting the attached diff for the cookies changes in the proper format. See the inline comments for what has been fixed by this patch. Please see

Redo for Patch for cookie processing in Flood, file flood_round_robin.c, function round_robin_postprocess() [Ref A5]

2003-10-28 Thread Norman Tuttle
As per the suggestions I have received, I am resubmitting the attached diff for the cookies changes in the proper format. See the inline comments for what has been fixed by this patch. Note that this patch alone does not provide the most robust solution as it ignores the possibility of different

Re: Patch for cookie processing in Flood [...]

2003-10-25 Thread Cliff Woolley
On Thu, 23 Oct 2003, Jacek Prucia wrote: then prepare separate patch and post it here. You'll score extra points from our own style purist (Hello Justin ;) ...and hello me, too. ;) --Cliff Style Police Woolley

Re: Patch for cookie processing in Flood [...]

2003-10-23 Thread Jacek Prucia
On Mon, 20 Oct 2003 15:54:58 -0400 (EDT) Norman Tuttle [EMAIL PROTECTED] wrote: Sorry for jumping in so late, but was out of the net for few weeks... This patch fixed the following errors in the cookie code in Flood: (1) Original code only handled a single set-cookie header for a given HTTP

Patch for cookie processing in Flood, file flood_round_robin.c, function round_robin_postprocess() [Ref A5]

2003-10-20 Thread Norman Tuttle
This patch fixed the following errors in the cookie code in Flood: (1) Original code only handled a single set-cookie header for a given HTTP message. There can be more than one. (2) Original code did not handle a replacement for a cookie value already in the database. The fix searches through and