http.client.HTTPResponse raises IncompleteRead on chunked encoding
Open
Nobody has claimed this yet.
3.8 (EOL)
3.9 (EOL)
stdlib
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 39371 |
|---|
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2020-01-17.16:21:17.112>
labels = ['3.8', 'library', '3.9']
title = 'http.client.HTTPResponse raises IncompleteRead on chunked encoding'
updated_at = <Date 2020-01-17.16:29:52.625>
user = 'https://bugs.python.org/Arden'
bugs.python.org fields:
activity = <Date 2020-01-17.16:29:52.625>
actor = 'Arden'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-01-17.16:21:17.112>
creator = 'Arden'
dependencies = []
files = []
hgrepos = []
issue_num = 39371
keywords = []
message_count = 2.0
messages = ['360199', '360200']
nosy_count = 1.0
nosy_names = ['Arden']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue39371'
versions = ['Python 3.8', 'Python 3.9']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies http.client.HTTPResponse and chunked encoding but names no source file, test, or reproduction. Start by locating HTTPResponse in the standard-library Lib/http area and reproducing the IncompleteRead behavior with a chunked response. Done means the affected response no longer raises IncompleteRead incorrectly, with a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100