Closed
Bug 1633593
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 23281 - [wptserve] Fix RequestHeaders.get in Python 3
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23281 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23281
Details from upstream follow.
Robert Ma <robertma@chromium.org> wrote:
[wptserve] Fix RequestHeaders.get in Python 3
When there are multiple headers with the same name, this method would
crash in Python 3 when attempting to join them.Also add some FIXMEs for more potential Py3 issues.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7e4ddbfd531a
[wpt PR 23281] - [wptserve] Fix RequestHeaders.get in Python 3, a=testonly
Assignee | ||
Comment 3•5 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/50c1856fd3fa
[wpt PR 23281] - [wptserve] Fix RequestHeaders.get in Python 3, a=testonly
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•