Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strip non-address characters from Forwarded for=
This is something of a followup to actix#2528, which asked for port information to not be included in when it was taken from the local socket. The header's element may optionally contain port information (https://datatracker.ietf.org/doc/html/rfc7239#section-6). However, as I understand it, is *supposed* to only contain an IP address, without port (per actix#2528). This PR corrects that discrepancy, making it easier to parse the result of this method in application code. There should not be any compatibility concerns, as anyone parsing the output of would already need to handle both port and portless cases anyway.
- Loading branch information