Merge branch 'main' of https://github.com/Zynh0722/nyazoom
This commit is contained in:
commit
300c0385e8
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue