Skip to content

gh-69925: Add PAYLOAD_TOO_LARGE / URI_TOO_LONG to http.HTTPStatus - #22295

Closed
ZackerySpytz wants to merge 2 commits into
python:mainfrom
ZackerySpytz:bpo-25739-http-PAYLOAD_TOO_LARGE
Closed

gh-69925: Add PAYLOAD_TOO_LARGE / URI_TOO_LONG to http.HTTPStatus#22295
ZackerySpytz wants to merge 2 commits into
python:mainfrom
ZackerySpytz:bpo-25739-http-PAYLOAD_TOO_LARGE

Conversation

@ZackerySpytz

@ZackerySpytz ZackerySpytz commented Sep 18, 2020

Copy link
Copy Markdown
Contributor

@JelleZijlstra

Copy link
Copy Markdown
Member

This fails tests now, presumably because an enum was added and the new codes need to be adapted to it.

@iritkatriel iritkatriel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are failing.

@bedevere-bot

Copy link
Copy Markdown

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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@erlend-aasland erlend-aasland changed the title bpo-25739: Add PAYLOAD_TOO_LARGE / URI_TOO_LONG to http.HTTPStatus gh-69925: Add PAYLOAD_TOO_LARGE / URI_TOO_LONG to http.HTTPStatus Jan 5, 2024
@github-actions

github-actions Bot commented Apr 8, 2026

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 8, 2026
@serhiy-storchaka

Copy link
Copy Markdown
Member

This was implemented in #117611, with the RFC 9110 names: 413 is now CONTENT_TOO_LARGE and 414 is URI_TOO_LONG, and the old names are kept as aliases. RFC 9110 renamed 413 from "Payload Too Large" to "Content Too Large", so PAYLOAD_TOO_LARGE is no longer the current name. Thank you anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting changes stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants