bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/26083] HttpURLConnection buffers entire message body on P


From: daney at gcc dot gnu dot org
Subject: [Bug classpath/26083] HttpURLConnection buffers entire message body on POST.
Date: 24 Feb 2006 22:02:46 -0000


------- Comment #1 from daney at gcc dot gnu dot org  2006-02-24 22:02 -------
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=26083





reply via email to

[Prev in Thread] Current Thread [Next in Thread]