Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
b55
-
generic
-
generic
Description
Name: vpR10197 Date: 05/17/2004
According to specification, new methods setFiexedLengthStreamingMode(int)
and setChunkedStreamingMode(int) of HttpURLConnection throw IOException
if URLConnection is already connected. At the same time most of the
'set' methods of URLConnection throw IllegalStateException in this case.
It would be great if setFiexedLengthStreamingMode and setChunkedStreamingMode
would throw IllegalStateException as well instead of IOException.
======================================================================
Attachments
Issue Links
- relates to
-
JDK-5026745 Cannot flush output stream when writing to an HttpUrlConnection
- Resolved