r26585 - trunk/freenet/src/freenet/clients/http

[email protected]
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: j16sdiz
Date: 2009-04-07 04:44:48 +0000 (Tue, 07 Apr 2009)
New Revision: 26585

Modified:
   trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
Leaked InputStream

Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2009-04-07 02:44:27 UTC (rev 26584)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2009-04-07 04:44:48 UTC (rev 26585)
@@ -412,6 +412,7 @@
 			while ( (len = strm.read(buf)) > 0) {
 				ctx.writeData(buf, 0, len);
 			}
+			strm.close();
 			return;
 		}else if(ks.equals("/robots.txt") && ctx.doRobots()){
 			this.writeTextReply(ctx, 200, "Ok", "User-agent: *\nDisallow: /");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.