Re: research and reflections on HTTP header ordering (was: Re: [PATCH] FIFO header order support in HTTP::Headers)

2010-02-02 Thread Mark Stosberg
I took an interest in the issue of HTTP header ordering and researched what several other Perl modules do in regards to this as well as Ruby's Rack. I published the result on my blog: http://mark.stosberg.com/blog/2010/01/generating-http-headers-sorted-or-unsorted.html The summary

Re: research and reflections on HTTP header ordering (was: Re: [PATCH] FIFO header order support in HTTP::Headers)

2010-02-01 Thread Gisle Aas
On Tue, Jan 26, 2010 at 17:34, Mark Stosberg m...@summersault.com wrote: In 2008 there was some discussion about an option to preserve the ordering of HTTP headers. Part of that thread is quoted below. The idea resurfaced in another form with the release of HTTP::Headers::Fast, which

research and reflections on HTTP header ordering (was: Re: [PATCH] FIFO header order support in HTTP::Headers)

2010-01-26 Thread Mark Stosberg
In 2008 there was some discussion about an option to preserve the ordering of HTTP headers. Part of that thread is quoted below. The idea resurfaced in another form with the release of HTTP::Headers::Fast, which provided a method to get back the the headers unsorted. However, the motivation was