Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.1
-
Component/s: Zend_Http_Response
-
Labels:None
-
Language:English
Description
In example 21.24. Instantiating a Zend_Http_Response on http://framework.zend.com/manual/en/zend.http.response.html, there's this header "Connectoin: close\r\n", while it should be "Connection: close\r\n", not the typo in "ConnectIOn".
Fixed at r10967