Fix [ZF-4554]: Update Zend_Http_Client so that lookups on the internal
commit7babbf9ae57048cc60f7b310ffe9b4f4ee2458e7
authortjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Sat, 11 Oct 2008 07:28:49 +0000 (11 07:28 +0000)
committertjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Sat, 11 Oct 2008 07:28:49 +0000 (11 07:28 +0000)
tree42eb0a7ed611a5ba5a73860bd116feadcef58d4b
parentc12a2fd0c7e9ede3dcf4f702ce0cb866fa0d844a
Fix [ZF-4554]: Update Zend_Http_Client so that lookups on the internal
headers array are always performed using a normalized (lowercase) key.

This was causing the Content-Length headers to be reused between requests,
resulting in server timeouts.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@11857 44c647ce-9c0f-0410-b52a-842ac1e357ba
library/Zend/Http/Client.php