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

Commits on Sep 4, 2022

  1. Rewrite Forwarded header module

    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 <[email protected]>
    kyrias committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    c8e1d51 View commit details
    Browse the repository at this point in the history