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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve parsing of HTTP_HOST header #2605

Merged
merged 4 commits into from Apr 26, 2021
Merged

Improve parsing of HTTP_HOST header #2605

merged 4 commits into from Apr 26, 2021

Commits on Apr 20, 2021

  1. Improve parsing of HTTP_HOST header

    IPV6 Host was not properly parsed.
    
    #2584
    pascal betz committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    b8c474a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Extracted Regex to constant

    pascal betz committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a0b7a16 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into http-host

    pascal betz committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    36c71b8 View commit details
    Browse the repository at this point in the history
  3. Incorporate feedback

    IPV6 are bracketed but contain colons so I needed to adapt the logic to separate host/port.
    pascal betz committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    b8bb4b4 View commit details
    Browse the repository at this point in the history