netty5/codec-http/src
David Dossot 9c1a191696 Trim optional white space in CombinedHttpHeaders values
Motivation:

The updated HTTP/1.x RFC allows for header values to be CSV and separated by OWS [1]. CombinedHttpHeaders should remove this OWS on insertion.

[1] https://tools.ietf.org/html/rfc7230#section-7

Modification:

CombinedHttpHeaders doesn't account for the OWS and returns it back to the user as part of the value.

Result:

Fixes #6452
2017-03-19 08:17:29 -07:00
..
main/java/io/netty/handler/codec Trim optional white space in CombinedHttpHeaders values 2017-03-19 08:17:29 -07:00
test Trim optional white space in CombinedHttpHeaders values 2017-03-19 08:17:29 -07:00