Skip to content

Commit 2ec3f40

Browse files
committed
review: fixup wording.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent a4640b1 commit 2ec3f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
### Fixed
1010

1111
- An empty value (`Some("")` or `Some([])`) is now returned when retrieving
12-
a value of HTTP header or trailer with an empty value. This is consistent
13-
with the representation when retrieving complete HTTP header or trailer map.
14-
Previously, a missing value (`None`) was being returned, which made an empty
12+
value of a HTTP header or trailer with an empty value. This is consistent
13+
with the representation when retrieving a full HTTP header or trailer map.
14+
Previously, a "no value" (`None`) was being returned, which made an empty
1515
value indistinguishable from a non-existent HTTP header or trailer.
1616
Thanks [@prembhaskal](https://github.com/prembhaskal)!
1717

0 commit comments

Comments
 (0)