Re: [PATCH] FIFO header order support in HTTP::Headers

2008-09-07 Thread Michael Greb
On Sep 5, 2008, at 7:23 PM, Gisle Aas wrote: True; and in this case we need to define what happens when fields are modified with 'push', 'set' or 'init' and 'remove' as that's the API that modify stuff. Let me suggest the following definition of the behaviour: - 'push' always append the field a

Re: [PATCH] FIFO header order support in HTTP::Headers

2008-09-07 Thread Gisle Aas
On Sun, Sep 7, 2008 at 1:49 PM, Michael Greb <[EMAIL PROTECTED]> wrote: > On Sep 5, 2008, at 7:23 PM, Gisle Aas wrote: >> >> True; and in this case we need to define what happens when fields are >> modified with 'push', 'set' or 'init' and 'remove' as that's the API >> that modify stuff. Let me su