Home | History | Annotate | Download | only in testserver

Lines Matching refs:content_range

997         content_range = ('bytes ' + str(start) + '-' + str(end) + '/' +
999 self.send_header('Content-Range', content_range)