Zynh0722 2023-04-15 06:49:30 -07:00
commit 300c0385e8
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ fn _bytes_to_human_readable(bytes: u64) -> String {
struct ForwardedFor(String);
static FF_TEXT: &str = "f-forwarded-for";
static FF_TEXT: &str = "x-forwarded-for";
static FF_NAME: HeaderName = HeaderName::from_static(FF_TEXT);
impl Header for ForwardedFor {