netty5/resolver-dns/src
Norman Maurer 3462a86a3a Ensure we release the previous retained AddressedEnvelope when we fail to notify the promise.
Motivation:

We need to ensure we release the AddressedEnvelope if we fail to notify the future (as it may be notified before because of an timeout). Otherwise we may leak.

Modifications:

Call release() if we fail to notify the future.

Result:

No more memory leak on notify failure.
2017-02-09 10:11:07 +01:00
..
main/java/io/netty/resolver/dns Ensure we release the previous retained AddressedEnvelope when we fail to notify the promise. 2017-02-09 10:11:07 +01:00
test Implement correct handling of recursive DNS 2017-02-06 20:33:52 +01:00