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

Commit 2757b26

Browse files
committed
Adds CHANGELOG entry for #122
1 parent 7cfe59b commit 2757b26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

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

2323
### Fixed
2424

25+
- [#122](https://github.com/zendframework/zend-http/pull/122) fixes an issue with the stream response whereby if the `outputstream`
26+
option is set, the output file was opened twice; it is now opened exactly once.
27+
2528
- [#147](https://github.com/zendframework/zend-http/pull/147) fixes an issue with header retrieval when the header line is malformed.
2629
Previously, an exception would be raised if a specific `HeaderInterface` implementation determined
2730
the header line was invalid. Now, `Header::has()` will return false for such headers, allowing

0 commit comments

Comments
 (0)