netty5/codec-http
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
..
src Possible leak in AbstractDiskHttpData 2015-02-03 20:10:45 +01:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00