255256257258259260261262263264265
int cnt = 0; // while (cnt < 10 && it.hasNext()) { while (it.hasNext()) { WarcRecord nextRecord = it.next(); //Get the HttpResponse try { response.fromWarcRecord (nextRecord);