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

Commit b11dfa9

Browse files
committed
Adds CHANGELOG entry for #318
1 parent fa2fe07 commit b11dfa9

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
@@ -22,6 +22,10 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25+
- [#318](https://github.com/zendframework/zend-diactoros/pull/318) fixes the logic for discovering whether an HTTPS scheme is in play
26+
to be case insensitive when comparing header and SAPI values, ensuring no
27+
false negative lookups occur.
28+
2529
- [#314](https://github.com/zendframework/zend-diactoros/pull/314) modifies error handling around opening a file resource within
2630
`Zend\Diactoros\Stream::setStream()` to no longer use the second argument to
2731
`set_error_handler()`, and instead check the error type in the handler itself;

0 commit comments

Comments
 (0)