Relates :
|
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
|