netty5/codec-http/src
Carl Mastrangelo daa354d659 Add Server Cookie Parser overload for multiple cookies. (#9856)
Motivation:

Multiple cookie values can be present in a single header.

Modification:

Add `decodeAll` overload which returns all cookies

Result:

Fixes #7210

Note:

This change is not as perscriptive as the ideas brought up in the linked issue.  Changing the Set implementation or the equals/compareTo definition is likely a breaking change, so they are practical.
2019-12-10 11:44:58 +01:00
..
main Add Server Cookie Parser overload for multiple cookies. (#9856) 2019-12-10 11:44:58 +01:00
test Add Server Cookie Parser overload for multiple cookies. (#9856) 2019-12-10 11:44:58 +01:00