Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 640e66e

Browse files
committed
Adds CHANGELOG entry for #161
1 parent 993cf91 commit 640e66e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file, in reverse
1010

1111
### Changed
1212

13+
- [#161](https://github.com/zendframework/zend-http/pull/161) changes how the Socket and Test adapters aggregate headers. Previously,
14+
they would `ucfirst()` the header name; now, they correctly leave the header
15+
names untouched, as header names should be considered case-insensitive.
16+
1317
- [#156](https://github.com/zendframework/zend-http/pull/156) changes how gzip and deflate decompression occur in responses, ensuring
1418
that if the Content-Length header reports 0, no decompression is attempted,
1519
and an empty string is returned.

0 commit comments

Comments
 (0)