~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2008-06-02 01:12:17 UTC
  • mto: This revision was merged to the branch mainline in revision 3494.
  • Revision ID: andrew.bennetts@canonical.com-20080602011217-91w8f210rc3adv6g
Fix infinite busy-loop caused by connection loss during read of response body in HPSS v1 and v2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
      in use by another process.
81
81
      (Martin Pool)
82
82
      
 
83
    * Fix infinite loop consuming 100% CPU when a connection is lost while
 
84
      reading a response body via the smart protocol v1 or v2.
 
85
      (Andrew Bennetts)
 
86
      
83
87
    * Fix MemoryError during large fetches over HTTP by limiting the amount of
84
88
      data we try to read per ``recv`` call.  The problem was observed with
85
89
      Windows and a proxy, but might affect other environments as well.