]> granicus.if.org Git - python/commit
Fix for SF bug 988120 via patch 1061941.
authorJeremy Hylton <jeremy@alum.mit.edu>
Sun, 7 Nov 2004 16:13:49 +0000 (16:13 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sun, 7 Nov 2004 16:13:49 +0000 (16:13 +0000)
commitdef9d2a17c6f34750f321e88286a08731fdb8b94
treeec4e53f14010b83dbb58a8c2a6cc5a27ce6e397a
parentf164322fe8115abe0d20f087391e67843255f578
Fix for SF bug 988120 via patch 1061941.

If read() returned less than the number of bytes request, the full amount was subtracted from length instead of the actually read amount.
Lib/httplib.py
Misc/ACKS