diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-12-04 15:36:57 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-12-04 15:36:57 +0000 |
commit | 3049b1602d23caf7944af6095a46f3757c66faba (patch) | |
tree | e5c9e6d1c78046799f296f5de241e26b641c549b /Doc/ref | |
parent | f4a14ae8aa330af001239792b9a4fc0ed78f6f8e (diff) | |
download | cpython-3049b1602d23caf7944af6095a46f3757c66faba.tar.gz |
[Bug #792570] Under Windows, socket.read() seems to run into trouble when
asked to read tens of megabytes of data. On my Mac, it hits MemoryErrors
when reading around 15Mb in one chunk. The fix is to read the body in several
parts, not as one big piece.
It would be nice to fix the underlying socket.read() problem, too.
2.4 bugfix candidate.
Diffstat (limited to 'Doc/ref')
0 files changed, 0 insertions, 0 deletions