bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/26083] New: HttpURLConnection buffers entire message body


From: daney at gcc dot gnu dot org
Subject: [Bug classpath/26083] New: HttpURLConnection buffers entire message body on POST.
Date: 2 Feb 2006 21:20:12 -0000

The current implementaiton still buffers the entire message body in memory when
sending data to an HTTP server (i.e. with a POST).

The entire contents of the OutputStream returned by getOutputStream() are
buffered before sending to the destination.  This should be changed so that it
is possible to send data larger than available memory.


-- 
           Summary: HttpURLConnection buffers entire message body on POST.
           Product: classpath
           Version: 0.21
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: daney at gcc dot gnu dot org
  GCC host triplet: *-*-*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26083





reply via email to

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