netty5/codec-http/src
Andrey Mizurov 2ab3e13f08 Fix get charset from content-type header with multiple parameters (#8286)
Motivation:

Get charset from Content-Type header even it contains multiple parameters.

Modification:

Extract charset value from the charset parameter if it is not last.

Result:

Fixes #8273
2018-09-14 21:39:01 +02:00
..
main/java/io/netty/handler/codec Fix get charset from content-type header with multiple parameters (#8286) 2018-09-14 21:39:01 +02:00
test Fix get charset from content-type header with multiple parameters (#8286) 2018-09-14 21:39:01 +02:00