-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
3 changed files
with
900 additions
and
558 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.