~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Ian Clatworthy
  • Date: 2007-07-03 07:03:32 UTC
  • mfrom: (2520.2.3 115209)
  • mto: This revision was merged to the branch mainline in revision 2575.
  • Revision ID: ian.clatworthy@internode.on.net-20070703070332-45j7qw8z03fnulav
(Vincent Ladeuil) Fix #115209 - Unable to handle http code 400: Bad Request When issuing too many ranges

Show diffs side-by-side

added added

removed removed

Lines of Context:
574
574
        :param fudge_factor: All transports have some level of 'it is
575
575
                better to read some more data and throw it away rather 
576
576
                than seek', so collapse if we are 'close enough'
577
 
        :return: yield _CoalescedOffset objects, which have members for wher
 
577
        :return: yield _CoalescedOffset objects, which have members for where
578
578
                to start, how much to read, and how to split those 
579
579
                chunks back up
580
580
        """