zend-http 2.10.1
Added
- Nothing.
Changed
- #190 changes
ContentSecurityPolicyto allow multiple values. Before it was not possible to provide multiple headers of that type.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#184 fixes responses for request through the proxy with
HTTP/1.1 200 Connection establishedheader. -
#187 fixes infinite recursion on invalid header. Now
InvalidArgumentExceptionexception is thrown. -
#188 fixes
Client::setCookiesmethod to properly handle array ofSetCookieobjects. Per documentation it should be allowed. -
#189 fixes
Headers::toArraymethod to properly handle headers of the same type. Behaviour was different depends how header has been attached (addHeaderoraddHeaderLinebroken before). -
#198 fixes merging options in Curl adapter. It was not possible to override integer-key options (constants) set via constructor with method
setOptions. -
#198 fixes allowed options type in
Proxy::setOptions.Traversable,arrayorZend\Configobject is expected. -
#198 fixes various issues with
Proxyadapter. -
#199 fixes saving resource to the file when streaming while client supports compression. Before, incorrectly, compressed resource was saved into the file.