netty5/codec-dns/src/test/java/io/netty/handler/codec/dns
Norman Maurer 74dd295e59 Fix buffer leaks in DnsResponseDecoder and DnsResponseDecoderTest
Motivation:

There were two buffer leaks in the codec-dns.

Modifications:

- Fix buffer leak in DnsResponseTest.readResponseTest()
- Correctly release DnsResources on Exception

Result:

No more buffer leaks in the codec-dns module.
2014-08-04 14:06:45 +02:00
..
DnsClassTest.java Overall cleanup of codec-dns 2014-07-23 14:40:52 -07:00
DnsQueryTest.java Use value types for class and type in DNS entries to make them immune to parameter order bugs 2014-07-23 14:40:52 -07:00
DnsResponseTest.java Fix buffer leaks in DnsResponseDecoder and DnsResponseDecoderTest 2014-08-04 14:06:45 +02:00
DnsTypeTest.java Overall cleanup of codec-dns 2014-07-23 14:40:52 -07:00
package-info.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00