Opened 8 years ago
Last modified 8 years ago
#27640 closed Bug
HTTPResponse.__repr__ errors when Content-Type header is not defined — at Initial Version
Reported by: | Adam Johnson | Owned by: | nobody |
---|---|---|---|
Component: | HTTP handling | Version: | 1.10 |
Severity: | Normal | Keywords: | |
Cc: | me@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As reported on the mailing list, HTTPResponse.repr crashes when the Content-Type header is not defined. It's legitimate that it's not defined when there is no body, e.g. for HTTP 204 responses (StackOverflow).
Note:
See TracTickets
for help on using tickets.