docs: update obsolete RFC 7230-7235 references to RFC 9110/9112#2609
Closed
frankgoldfish wants to merge 1 commit intofalconry:masterfrom
Closed
docs: update obsolete RFC 7230-7235 references to RFC 9110/9112#2609frankgoldfish wants to merge 1 commit intofalconry:masterfrom
frankgoldfish wants to merge 1 commit intofalconry:masterfrom
Conversation
Replace references to deprecated RFCs: - RFC 7230 (HTTP/1.1 Message Syntax) → RFC 9112 - RFC 7231 (HTTP/1.1 Semantics) → RFC 9110 - RFC 7232 (Conditional Requests) → RFC 9110 - RFC 7233 (Range Requests) → RFC 9110 Addresses falconry#2525
Member
|
Hi, it looks like this is AI-generated. Please reopen as a new PR where you keep the checklist intact, and make sure you go through it manually. Also, this issue is probably the worst one for AI coding, because we want to be sure we have the correct, not hallucinated, references to RFCs. So it requires human proof-reading, unless you have access to a significantly better model than @toroleapinc in #2605. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2525
This PR updates references to the now-obsolete HTTP RFCs in the codebase documentation strings and comments:
Files updated:
falcon/testing/client.py— header format referencesfalcon/testing/helpers.py— header format referencesfalcon/redirects.py— redirect docstringsfalcon/response.py— response property docstringsfalcon/request.py— request property docstrings and error messagesfalcon/util/structures.py— ETag class docstringsfalcon/util/misc.py— date format docstringNote: Section numbers in RFC 9110 have been updated where the content has moved.