Changeset 16776

Show
Ignore:
Timestamp:
07/04/08 09:18:15 (3 months ago)
Author:
rambo
Message:

forward port r16775

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.replicator/transporter/http.php

    r16759 r16776  
    205205        } 
    206206 
     207        /** 
     208         * FIXME: Make this smarter, check the per-key errors 
     209         * Make sure we do not retry infinitely or this could block rest 
     210         * of the queue 
     211         * 
    207212        $remaining_items_count = count($items); 
    208213        if (   !empty($remaining_items_count) 
     
    216221            return false; 
    217222        } 
     223         */ 
    218224        return true; 
    219225    }