-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b87
-
unknown
-
generic
The content-length field in HttpExchange.sendResponseHeaders() is an int which limits the content
length to 2GB (in the fixed length case). That should be changed to a long.
See http://forums.java.net/jive/thread.jspa?threadID=14148&tstart=0
length to 2GB (in the fixed length case). That should be changed to a long.
See http://forums.java.net/jive/thread.jspa?threadID=14148&tstart=0
- relates to
-
JDK-6652642 HttpServer does not accept long Content-Length
- Closed