-- Ryan Chan <[email protected]> wrote (on Friday, 15 October 2010, 12:47 AM +0800): > On Fri, Oct 15, 2010 at 12:32 AM, Artem Stepin <[email protected]> wrote: > > this should help: > > http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 > > > > "Each header field consists of a name followed by a colon (":") and the > > field value. Field names are case-insensitive. " > > So I just wonder why only 1st letter is uppercase.
I think this may be due to how PHP handles header names, particularly the "Location" header. However, I'm not 100% positive; hopefully Shahar (author of the component) will jump in to respond. Is this actually causing some functionality issues for you? Or are you just curious about why it's coded the way it is? -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
