netty5/codec-http/src
scottmitch 86cb41bf95 Possible leak in AbstractDiskHttpData
Motivation:
SonarQube (clinker.netty.io/sonar) reported a resource which may not have been properly closed in all situations in AbstractDiskHttpData.

Modifications:
- Ensure file channels are closed in the presence of exceptions.
- Correct instances where local channels were created but potentially not closed.

Result:
Less leaks. Less SonarQube vulnerabilities.
2015-02-03 20:10:45 +01:00
..
main/java/io/netty/handler/codec Possible leak in AbstractDiskHttpData 2015-02-03 20:10:45 +01:00
test Fix an sporadic failure in ServerCookieEncoderTest 2015-02-02 16:19:27 +09:00