File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
9
9
### Fixed
10
10
11
11
- 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
15
15
value indistinguishable from a non-existent HTTP header or trailer.
16
16
Thanks [ @prembhaskal ] ( https://github.com/prembhaskal ) !
17
17
You can’t perform that action at this time.
0 commit comments