remove debug
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1276 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
3940e66ab3
commit
92c61e18c7
|
@ -762,9 +762,7 @@ public class DefaultServlet extends HttpServlet implements ResourceFactory
|
|||
{
|
||||
// Parse the satisfiable ranges
|
||||
List ranges =InclusiveByteRange.satisfiableRanges(reqRanges,content_length);
|
||||
|
||||
System.err.println(ranges+" "+request.getHeader(HttpHeaders.RANGE)+" "+content_length);
|
||||
|
||||
|
||||
// if there are no satisfiable ranges, send 416 response
|
||||
if (ranges==null || ranges.size()==0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue