|
From: | daney at gcc dot gnu dot org |
Subject: | [Bug classpath/26082] HttpURLConnection keep-alive connections are never closed. |
Date: | 27 Feb 2006 04:11:41 -0000 |
------- Comment #3 from daney at gcc dot gnu dot org 2006-02-27 04:11 ------- Fixed by this patch to classpath: 2006-02-24 David Daney <address@hidden> PR classpath/26082 * gnu/java/net/protocol/http/HTTPConnection.java (pool): Changed to type Pool. (Pool): New inner class. (timeLastUsed): New field. (setPool): Changed parameter type to Pool. (release): Moved pool management logic to new class Pool. * gnu/java/net/protocol/http/HTTPURLConnection.java (connectionPool): Removed. (maxConnections) : Removed. (GetHTTPPropertiesAction.run): Don't initialize maxConnections. (getConnection): Moved pool management logic to HTTPConnection.Pool. -- daney at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26082
[Prev in Thread] | Current Thread | [Next in Thread] |