Changeset 16775
- Timestamp:
- 07/04/08 09:17:38 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/midcom.helper.replicator/transporter/http.php
r16758 r16775 211 211 } 212 212 213 /** 214 * FIXME: Make this smarter, check the per-key errors 215 * Make sure we do not retry infinitely or this could block rest 216 * of the queue 217 * 213 218 $remaining_items_count = count($items); 214 219 if ( !empty($remaining_items_count) … … 222 227 return false; 223 228 } 229 */ 224 230 return true; 225 231 }
