Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite Forwarded header module #508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kyrias
Copy link
Contributor

@kyrias kyrias commented Sep 4, 2022

The previous implementation of Forwarded header parsing didn't
implement anything closely resembling the specification of the
Forwarded header in RFC 7239 and would fail on almost any real-world
Forwarded header with more than one proxy, or with the parameters in a
different order from what it expected.

This commit tries to implement the specification as accurately as possible.

The previous implementation of `Forwarded` header parsing didn't
implement anything closely resembling the specification of the
`Forwarded` header in RFC 7239 and would fail on almost any real-world
`Forwarded` header with more than one proxy, or with the parameters in a
different order from what it expected.

This commit tries to implement the specification as accurately as possible.

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
OneOfOne added a commit to OneOfOne/http-types-rs that referenced this pull request Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant