netty5/codec/src
Scott Mitchell e3462a79c7 MessageAggregator Potential Leak
Motivation:
MessageAggregator has a potential to leak if a new message is received before the existing message has completed, and if a HttpContent is received but maxContentLength has been exceeded, or the content length is too long.

Modifications:

- Make the HttpObjectAggregator more robust to leaks
- Reduce dependance on handlingOversizedMessage but instead rely on the more general check of a null currentMessage

Result:
More robust MessageAggregator with less chance of leaks
2016-09-14 10:13:49 -07:00
..
main/java/io/netty/handler/codec MessageAggregator Potential Leak 2016-09-14 10:13:49 -07:00
test Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00