jgit/org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache
Matthias Sohn 20d3f83f27 Fix HttpClientConnection leaking temporary buffer files
HttpClientConnection uses a TemporaryBufferEntity which uses
TemporaryBuffer.LocalFile to buffer an HttpEntity. It was leaking
temporary files if the buffered entities were larger than 1MB since it
failed to destroy the TemporaryBuffer.LocalFile.

Bug: 500079
Change-Id: Ib963e04efc252bdd0420a5c69b1a19181e9e6169
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-08-24 14:08:00 +02:00
..
internal Move Apache httpclient based HTTP support to a separate bundle 2014-02-20 23:57:21 +01:00
HttpClientConnection.java Fix HttpClientConnection leaking temporary buffer files 2016-08-24 14:08:00 +02:00
HttpClientConnectionFactory.java Move Apache httpclient based HTTP support to a separate bundle 2014-02-20 23:57:21 +01:00
TemporaryBufferEntity.java Fix HttpClientConnection leaking temporary buffer files 2016-08-24 14:08:00 +02:00