netty5/handler/src
Norman Maurer 69cd042401
Remove extra field from ChunkedWriteHandler to make it less error-prone (#9958)
Motivation:

At the moment we use an extra field in ChunedWriteHandler to hold the current write. This is not needed and makes sense even more error-prone. We can just peek in the queue.

Modifications:

Use Queue.peek() to keep track of current write

Result:

Less error-prone code
2020-01-21 07:44:04 -08:00
..
main Remove extra field from ChunkedWriteHandler to make it less error-prone (#9958) 2020-01-21 07:44:04 -08:00
test Add ResolveAddressHandler which can be used to resolve addresses on the fly (#9947) 2020-01-20 19:26:13 +01:00