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