Name: krC82822 Date: 12/19/2000
18 Dec 2000, eval1127@eng -- see also 4333920.
-------------------
bash-2.04$ java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
The HttpUrlConnection should not buffer POST data into memory if
Content-Length [has been] set, as this makes the class unusable when attempting
to post large files via a multipart/form-data post. Right now post
data is buffered into a ByteArrayOutputStream so that the Content-Length
can be calculated. If the Content-Length has been set the post
output stream should just be a pass through stream to the http server.
(Review ID: 113706)
======================================================================
- duplicates
-
JDK-4363479 support http 1.1 chunked encoding output
-
- Closed
-