gh-69925: Add PAYLOAD_TOO_LARGE / URI_TOO_LONG to http.HTTPStatus - #22295
gh-69925: Add PAYLOAD_TOO_LARGE / URI_TOO_LONG to http.HTTPStatus#22295ZackerySpytz wants to merge 2 commits into
Conversation
|
This fails tests now, presumably because an enum was added and the new codes need to be adapted to it. |
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
This PR is stale because it has been open for 30 days with no activity. |
|
This was implemented in #117611, with the RFC 9110 names: 413 is now |
https://bugs.python.org/issue25739