On Sat, Mar 28, 2015 at 04:18:39PM +1100, Micah Galizia wrote:
> Hi,
>
> One more -- backport code to replace cookie values instead appending
> to the header forever.
>
> --
> "The mark of an immature man is that he wants to die nobly for a
> cause, while the mark of the mature man is that he wa
On Tue, Mar 17, 2015 at 08:55:11PM +1100, Micah Galizia wrote:
> Hi,
>
> The current Set-Cookie handling appends cookies to the string without
> checking to see if a cookie with the same name should have its value
> updated.
>
> This is my second attempt to fix this issue -- last time it was a bi