This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年01月04日 16:38 by rosslagerwall, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test.py | rosslagerwall, 2012年01月04日 16:38 | test program | ||
| readinto_chunked.patch | pitrou, 2012年01月04日 17:48 | review | ||
| Messages (5) | |||
|---|---|---|---|
| msg150615 - (view) | Author: Ross Lagerwall (rosslagerwall) (Python committer) | Date: 2012年01月04日 16:38 | |
806cfe39f729 introduced a regression for http.client read(len). To see this: $ ./python test.py $ wget http://archives.fedoraproject.org/pub/archive/fedora/linux/core/1/SRPMS/ $ diff index.html index2.html This is a difference in the files (which there shouldn't be). The change which introduced the problem was: changeset: 73875:806cfe39f729 user: Antoine Pitrou <solipsis@pitrou.net> date: Tue Dec 06 22:33:57 2011 +0100 summary: Issue #13464: Add a readinto() method to http.client.HTTPResponse. |
|||
| msg150623 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年01月04日 17:48 | |
The fix is quite trivial. Here is a patch + tests. |
|||
| msg150624 - (view) | Author: Ross Lagerwall (rosslagerwall) (Python committer) | Date: 2012年01月04日 17:56 | |
The patch looks right and seems to fix the issue. Thanks :-) |
|||
| msg150626 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年01月04日 17:58 | |
New changeset 4b21f651eeee by Antoine Pitrou in branch 'default': Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 http://hg.python.org/cpython/rev/4b21f651eeee |
|||
| msg150628 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年01月04日 18:00 | |
Ok, committed! (Jon, don't worry, such things happen :-)) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:25 | admin | set | github: 57922 |
| 2012年01月04日 18:00:54 | pitrou | set | status: open -> closed resolution: fixed messages: + msg150628 stage: patch review -> resolved |
| 2012年01月04日 17:58:37 | python-dev | set | nosy:
+ python-dev messages: + msg150626 |
| 2012年01月04日 17:56:23 | rosslagerwall | set | messages: + msg150624 |
| 2012年01月04日 17:48:27 | pitrou | set | files:
+ readinto_chunked.patch keywords: + patch messages: + msg150623 stage: needs patch -> patch review |
| 2012年01月04日 17:14:54 | pitrou | set | priority: normal -> critical nosy: + Jon.Kuhn |
| 2012年01月04日 16:38:39 | rosslagerwall | create | |