The HTTP implementation in sun.net.www currently is currently able to parse
HTTP 1.1 chunked encoding, but does not include support for generating chunked
output. Support for chunked output would reduce the memory requirements for
systems which transmit large amounts of data via outgoing HTTP
messages (e.g., RMI).
HTTP 1.1 chunked encoding, but does not include support for generating chunked
output. Support for chunked output would reduce the memory requirements for
systems which transmit large amounts of data via outgoing HTTP
messages (e.g., RMI).
- duplicates
-
JDK-4399527 HttpUrlConnection should not buffer POST data into memory if Content-Length set
-
- Closed
-
-
JDK-4666109 HTTP POST of large files not possible with HTTPURLConnection
-
- Closed
-
-
JDK-4700783 HTTP client: Support for streaming
-
- Closed
-