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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework extraction of HTTP headers #2183

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Commits on Nov 29, 2023

  1. Rework extraction of HTTP headers

    Extract only the headers that we really need/use.
    Avoid too many `strcmp`; the algorithm might be a little bit
    overwhelming right now but it might be useful if we have further headers
    in the future.
    IvanNardi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ce02c0c View commit details
    Browse the repository at this point in the history