netty5/codec-http/src
Norman Maurer fb113dce3a HttpPostRequestEncoder may return a slice which is not retained.
Motivation:

We miss to retain a slice before return it to the user and so an reference count error may accour later on.

Modifications:

Use readRetainedSlice(...) and so ensure we retain the buffer before hand it of to the user.

Result:

Fixes [#6626].
2017-04-19 11:40:38 +02:00
..
main/java/io/netty/handler/codec HttpPostRequestEncoder may return a slice which is not retained. 2017-04-19 11:40:38 +02:00
test Fix regression in QueryStringEncoder 2017-04-17 19:32:50 +02:00