} finally {
countStreamStats(content);
}
int entryToDeletePosition = 0; // head of the list
for (Iterator<Map> iterator = r.readValues(parser); iterator.hasNext();) {
Map map = iterator.next();
Map values = (Map) map.values().iterator().next();
String error = (String) values.get("error");
if (error != null) {
// status - introduced in 1.0.RC1