scottmitch fd201ea2c4 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:34:11 +01:00
..
2012-06-04 13:31:44 -07:00
2014-01-15 17:18:19 +01:00
2012-06-04 13:31:44 -07:00
2015-02-03 21:21:39 +09:00