With some long files the file length served is 0. The problem is in the class
HttpRequestHandler.java, in the line:
responseHeader.put("Content-Length:", new Integer(fis.available()).toString());
The method available() is not precise enough
Original issue reported on code.google.com by jpuigs...@service2media.com on 23 May 2012 at 8:45
Original issue reported on code.google.com by
jpuigs...@service2media.com
on 23 May 2012 at 8:45