~bzr-pqm/bzr/bzr.dev

  • Committer: Eric Holmberg
  • Date: 2008-05-06 15:02:27 UTC
  • Revision ID: eholmberg@arrow.com-20080506150227-l3arq1yntdvnoxum
Fix for Bug #215426 in which bzr can cause a MemoryError in socket.recv while
downloading large packs over http.  This patch limits the request size for
socket.recv to avoid this problem.

Changes:
Added mock file object bzrlib.tests.file_utils.
Added new parameters to bzrlib.osutils.pumpfile.
Added unit tests for bzrlib.osutils.pumpfile.
Added usage of bzrlib.osutils.pumpfile to bzrlib.transport.http.response.
Filename Latest Rev Last Changed Committer Comment Size
..
api 1530.2.1 18 years ago Robert Collins Start tests for api usage. Diff
__init__.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 960 bytes Diff Download File